diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-03-06 10:36:00 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-03-06 10:36:00 +0000 |
commit | ad19df0687f18913e27456418d4561d6aa74cbeb (patch) | |
tree | 8105857aab2c790db072e6f1a0de6ca70319ba55 /llvm/lib/Transforms/Instrumentation/ProfilingUtils.h | |
parent | a3cb090446dc234acd7e9bd547e67da0f79b8a74 (diff) | |
download | bcm5719-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.h | 2 |
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. |