Fixed comment typo in GCOVProfiling.cpp
authorYuchen Wu <yuchenericwu@hotmail.com>
Wed, 23 Oct 2013 20:35:00 +0000 (20:35 +0000)
committerYuchen Wu <yuchenericwu@hotmail.com>
Wed, 23 Oct 2013 20:35:00 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193268 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/GCOVProfiling.cpp

index f03b503c93e1d9a1a3fda3c04a9015fd49ae09b8..4e9afeed4300444bbf4a7c3ad9f2554bb3e96ee3 100644 (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);