From: Richard Osborne Date: Fri, 17 Feb 2012 16:39:47 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=406262a69ff0ff00558781e8e87a84336f425bd5;p=oota-llvm.git Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150815 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCCodeGenInfo.h b/include/llvm/MC/MCCodeGenInfo.h index e40a0520b35..d1765e1240a 100644 --- a/include/llvm/MC/MCCodeGenInfo.h +++ b/include/llvm/MC/MCCodeGenInfo.h @@ -20,7 +20,7 @@ namespace llvm { class MCCodeGenInfo { - /// RelocationModel - Relocation model: statcic, pic, etc. + /// RelocationModel - Relocation model: static, pic, etc. /// Reloc::Model RelocationModel;