diff options
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h')
-rw-r--r-- | lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h b/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h index 03abd20..913e861 100644 --- a/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h +++ b/lib/ExecutionEngine/Interpreter/ExecutionAnnotations.h @@ -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). |