Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attrib...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIE.h
index 28a96f3b2b6563744f99e0f80d502232f8fd25ed..03a9a431a0e2ac64e0fb40e4d99499a68ad94816 100644 (file)
@@ -131,7 +131,7 @@ namespace llvm {
 
     DIE *Parent;
 
-    /// Attributes values.
+    /// Attribute values.
     ///
     SmallVector<DIEValue*, 32> Values;