Correct a comment.

llvm-svn: 52683
This commit is contained in:
Dan Gohman 2008-06-24 17:46:48 +00:00
parent 01602a18a9
commit e1789e3783
1 changed files with 1 additions and 1 deletions

View 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