Update comment to reflect class name change.
authorChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 19:40:40 +0000 (19:40 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 19:40:40 +0000 (19:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2213 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h

index 03abd20bb454985a401d15d0da11c64a031f5715..913e8615957533f0f34245187f4740b0c7104461 100644 (file)
@@ -43,8 +43,8 @@ private:
 // Support for the SlotNumber annotation
 //===----------------------------------------------------------------------===//
 
-// This annotation (attached only to FunctionArgument & Instruction objects) is
-// used to hold the the slot number for the value in its type plane.
+// This annotation (attached only to Argument & Instruction objects) is used to
+// hold the the slot number for the value in its type plane.
 //
 // Entities have this annotation attached to them when the containing
 // function has it's MethodInfo created (by the MethodInfo ctor).