Fixed comment typo in GCOVProfiling.cpp

llvm-svn: 193268
This commit is contained in:
Yuchen Wu 2013-10-23 20:35:00 +00:00
parent c94122e05b
commit 3197b25b27
1 changed files with 1 additions and 1 deletions

View File

@ -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);