aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/PassSupport.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-12-17 11:43:15 +0000
committerDuncan Sands <baldrick@free.fr>2012-12-17 11:43:15 +0000
commitd01e3f0c0b9e138c7bba57833519ed635b872da6 (patch)
tree4da49c6c769375622f4838e41054b31c73a16334 /include/llvm/PassSupport.h
parenta521e68210af701d336281c14ce8031e5fefc516 (diff)
downloadexternal_llvm-d01e3f0c0b9e138c7bba57833519ed635b872da6.zip
external_llvm-d01e3f0c0b9e138c7bba57833519ed635b872da6.tar.gz
external_llvm-d01e3f0c0b9e138c7bba57833519ed635b872da6.tar.bz2
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170317 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/PassSupport.h')
-rw-r--r--include/llvm/PassSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h
index 81b3ce1..3633f47 100644
--- a/include/llvm/PassSupport.h
+++ b/include/llvm/PassSupport.h
@@ -305,7 +305,7 @@ struct RegisterAnalysisGroup : public RegisterAGBase {
/// clients that are interested in which passes get registered and unregistered
/// at runtime (which can be because of the RegisterPass constructors being run
/// as the program starts up, or may be because a shared object just got
-/// loaded). Deriving from the PassRegistationListener class automatically
+/// loaded). Deriving from the PassRegistrationListener class automatically
/// registers your object to receive callbacks indicating when passes are loaded
/// and removed.
///