Fix typeo

llvm-svn: 5278
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
index 21f3b25..c876238 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
@@ -33,7 +33,7 @@
 
 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();