Fix comment typo.
authorDuncan Sands <baldrick@free.fr>
Mon, 17 Dec 2012 11:43:15 +0000 (11:43 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 17 Dec 2012 11:43:15 +0000 (11:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170317 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/PassSupport.h

index 81b3ce153c9104db1dc6eac3ba1470a9e5481026..3633f4703e10db2ee5bf3a60f68175d84088c15a 100644 (file)
@@ -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.
 ///