[llvm-commits] [llvm] r150815 - /llvm/trunk/include/llvm/MC/MCCodeGenInfo.h

Richard Osborne richard at xmos.com
Fri Feb 17 08:39:47 PST 2012


Author: friedgold
Date: Fri Feb 17 10:39:47 2012
New Revision: 150815

URL: http://llvm.org/viewvc/llvm-project?rev=150815&view=rev
Log:
Fix typo in comment.

Modified:
    llvm/trunk/include/llvm/MC/MCCodeGenInfo.h

Modified: llvm/trunk/include/llvm/MC/MCCodeGenInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCCodeGenInfo.h?rev=150815&r1=150814&r2=150815&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCCodeGenInfo.h (original)
+++ llvm/trunk/include/llvm/MC/MCCodeGenInfo.h Fri Feb 17 10:39:47 2012
@@ -20,7 +20,7 @@
 namespace llvm {
 
   class MCCodeGenInfo {
-    /// RelocationModel - Relocation model: statcic, pic, etc.
+    /// RelocationModel - Relocation model: static, pic, etc.
     ///
     Reloc::Model RelocationModel;
 





More information about the llvm-commits mailing list