Fix typeo
authorChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 22:34:36 +0000 (22:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 22:34:36 +0000 (22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5278 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp

index 21f3b25c0e933450c3a49418cf54c4f939c8ff56..c876238a1e1634dece70b87ed21eb6322b6ccf20 100644 (file)
@@ -33,7 +33,7 @@ struct InstLoops : public FunctionPass {
 
 static RegisterOpt<InstLoops> X("instloops", "Instrument backedges for profiling");
 
-// createProfilePathsPass - Create a new pass to add path profiling
+// createInstLoopsPass - Create a new pass to add path profiling
 //
 Pass *createInstLoopsPass() {
   return new InstLoops();