Update comment to reflect class name change.

llvm-svn: 2213
This commit is contained in:
Chris Lattner 2002-04-09 19:40:40 +00:00
parent 5f79b333fe
commit 7104f1564b
1 changed files with 2 additions and 2 deletions

View 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).