[llvm] r193268 - Fixed comment typo in GCOVProfiling.cpp
Yuchen Wu
yuchenericwu at hotmail.com
Wed Oct 23 13:35:01 PDT 2013
Author: ywu
Date: Wed Oct 23 15:35:00 2013
New Revision: 193268
URL: http://llvm.org/viewvc/llvm-project?rev=193268&view=rev
Log:
Fixed comment typo in GCOVProfiling.cpp
Modified:
llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp
Modified: llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp?rev=193268&r1=193267&r2=193268&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp Wed Oct 23 15:35:00 2013
@@ -598,7 +598,7 @@ bool GCOVProfiler::emitProfileArcs() {
};
FTy = FunctionType::get(Builder.getVoidTy(), Params, false);
- // Inialize the environment and register the local writeout and flush
+ // Initialize the environment and register the local writeout and flush
// functions.
Constant *GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy);
Builder.CreateCall2(GCOVInit, WriteoutF, FlushF);
More information about the llvm-commits
mailing list