summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilingUtils.h
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.h
parenta3cb090446dc234acd7e9bd547e67da0f79b8a74 (diff)
downloadbcm5719-llvm-ad19df0687f18913e27456418d4561d6aa74cbeb.tar.gz
bcm5719-llvm-ad19df0687f18913e27456418d4561d6aa74cbeb.zip
fix typos
llvm-svn: 47994
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilingUtils.h')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilingUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilingUtils.h b/llvm/lib/Transforms/Instrumentation/ProfilingUtils.h
index 643b9e1b12c..94efffec8a3 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilingUtils.h
+++ b/llvm/lib/Transforms/Instrumentation/ProfilingUtils.h
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This files defines a few helper functions which are used by profile
+// This file defines 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