From d01e3f0c0b9e138c7bba57833519ed635b872da6 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 17 Dec 2012 11:43:15 +0000 Subject: [PATCH] Fix comment typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170317 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. ///