diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h index 794b94666e6..5a8967b8732 100644 --- a/include/llvm/PassSupport.h +++ b/include/llvm/PassSupport.h @@ -64,7 +64,7 @@ public: /// const char *getPassArgument() const { return PassArgument; } - /// getTypeInfo - Return the type_info object for the pass... + /// getTypeInfo - Return the id object for the pass... /// TODO : Rename intptr_t getTypeInfo() const { return PassID; }