update comment.
authorChris Lattner <sabre@nondot.org>
Thu, 18 Oct 2007 16:10:17 +0000 (16:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Oct 2007 16:10:17 +0000 (16:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43128 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/PassSupport.h

index 794b94666e6a30b3846cec6b5cdb59d6efaa6e15..5a8967b8732f3c98be2ace054315a48d4aa897e5 100644 (file)
@@ -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; }