From 44b38f2e2c8adadc5a861036c4ab5bf289a3fb63 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 18 Oct 2007 16:10:17 +0000 Subject: [PATCH] update comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43128 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/PassSupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }