summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-03-06 10:36:00 +0000
committerGabor Greif <ggreif@gmail.com>2008-03-06 10:36:00 +0000
commitad19df0687f18913e27456418d4561d6aa74cbeb (patch)
tree8105857aab2c790db072e6f1a0de6ca70319ba55 /llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp
parenta3cb090446dc234acd7e9bd547e67da0f79b8a74 (diff)
downloadbcm5719-llvm-ad19df0687f18913e27456418d4561d6aa74cbeb.tar.gz
bcm5719-llvm-ad19df0687f18913e27456418d4561d6aa74cbeb.zip
fix typos
llvm-svn: 47994
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp b/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp
index 47bfcfcf864..fd31cec643a 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilingUtils.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This files implements a few helper functions which are used by profile
+// This file implements a few helper functions which are used by profile
// instrumentation code to instrument the code. This allows the profiler pass
// to worry about *what* to insert, and these functions take care of *how* to do
// it.
OpenPOWER on IntegriCloud