Fix typo in comment.
authorRichard Osborne <richard@xmos.com>
Fri, 17 Feb 2012 16:39:47 +0000 (16:39 +0000)
committerRichard Osborne <richard@xmos.com>
Fri, 17 Feb 2012 16:39:47 +0000 (16:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150815 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCCodeGenInfo.h

index e40a0520b353cbfb27e6c534279307ce1212b3ba..d1765e1240a47c536126b13e4c48e26daccacc64 100644 (file)
@@ -20,7 +20,7 @@
 namespace llvm {
 
   class MCCodeGenInfo {
-    /// RelocationModel - Relocation model: statcic, pic, etc.
+    /// RelocationModel - Relocation model: static, pic, etc.
     ///
     Reloc::Model RelocationModel;