[llvm-commits] [llvm] r170317 - /llvm/trunk/include/llvm/PassSupport.h

Duncan Sands baldrick at free.fr
Mon Dec 17 03:43:16 PST 2012


Author: baldrick
Date: Mon Dec 17 05:43:15 2012
New Revision: 170317

URL: http://llvm.org/viewvc/llvm-project?rev=170317&view=rev
Log:
Fix comment typo.

Modified:
    llvm/trunk/include/llvm/PassSupport.h

Modified: llvm/trunk/include/llvm/PassSupport.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/PassSupport.h?rev=170317&r1=170316&r2=170317&view=diff
==============================================================================
--- llvm/trunk/include/llvm/PassSupport.h (original)
+++ llvm/trunk/include/llvm/PassSupport.h Mon Dec 17 05:43:15 2012
@@ -305,7 +305,7 @@
 /// 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.
 ///





More information about the llvm-commits mailing list