Correct a comment.
authorDan Gohman <gohman@apple.com>
Tue, 24 Jun 2008 17:46:48 +0000 (17:46 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 24 Jun 2008 17:46:48 +0000 (17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52683 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/PassSupport.h

index 7121835a7e524f88be44c505583039aad3f54528..c7ae30024e272af1675f847a46377117ec41f670 100644 (file)
@@ -185,7 +185,7 @@ struct RegisterPass : public PassInfo {
 ///
 /// If no analysis implementing the interface is available, a default
 /// implementation is created and added.  A pass registers itself as the default
-/// implementation by specifying 'true' as the third template argument of this
+/// implementation by specifying 'true' as the second template argument of this
 /// class.
 ///
 /// In addition to registering itself as an analysis group member, a pass must