From bea16337de25389425a2c5c59a46cf942aee261b Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 17 Dec 2012 11:43:15 +0000 Subject: [PATCH] Fix comment typo. llvm-svn: 170317 --- include/llvm/PassSupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/PassSupport.h b/include/llvm/PassSupport.h index 81b3ce153c9..3633f4703e1 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. ///