From 3197b25b27ab1f9b74321e4841f0d8e5fd95f1f6 Mon Sep 17 00:00:00 2001 From: Yuchen Wu Date: Wed, 23 Oct 2013 20:35:00 +0000 Subject: Fixed comment typo in GCOVProfiling.cpp llvm-svn: 193268 --- llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp') diff --git a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp index f03b503c93e..4e9afeed430 100644 --- a/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp @@ -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); -- cgit v1.2.3