aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-24 17:46:48 +0000
committerDan Gohman <gohman@apple.com>2008-06-24 17:46:48 +0000
commite1789e378342e99dff498fb1720a0b32c97e797c (patch)
treee32a3ee7541fa614d20894a89f5b9220a5ee8eb5
parent01602a18a95e5e863440387f65f6b503f2e98e23 (diff)
downloadllvm-e1789e378342e99dff498fb1720a0b32c97e797c.zip
llvm-e1789e378342e99dff498fb1720a0b32c97e797c.tar.gz
llvm-e1789e378342e99dff498fb1720a0b32c97e797c.tar.bz2
Correct a comment.
llvm-svn: 52683
-rw-r--r--llvm/include/llvm/PassSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/PassSupport.h b/llvm/include/llvm/PassSupport.h
index 7121835..c7ae300 100644
--- a/llvm/include/llvm/PassSupport.h
+++ b/llvm/include/llvm/PassSupport.h
@@ -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