fix incorrect comment.
authorChris Lattner <sabre@nondot.org>
Tue, 8 Mar 2011 16:59:03 +0000 (16:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Mar 2011 16:59:03 +0000 (16:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127252 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h

index 130e2735f525b565e20d15975a178d0781bb0065..3a1c3ca298c9e6d5b653bc9ff9ed09e38bc6ef13 100644 (file)
@@ -51,8 +51,8 @@ class MDNode;
 /// This is a very important LLVM class. It is the base class of all values 
 /// computed by a program that may be used as operands to other values. Value is
 /// the super class of other important classes such as Instruction and Function.
-/// All Values have a Type. Type is not a subclass of Value. All types can have
-/// a name and they should belong to some Module. Setting the name on the Value
+/// All Values have a Type. Type is not a subclass of Value. Some values can
+/// have a name and they belong to some Module.  Setting the name on the Value
 /// automatically updates the module's symbol table.
 ///
 /// Every value has a "use list" that keeps track of which other Values are