Support a common idiom on how to build an Attributes class with a single attribute.
[oota-llvm.git] / 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;