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 | 29d8aa78773f0956c9b33170382403e5a61036f1 (patch) | |
tree | 3943c1c4e67fd11adf0d8cdbd6e6a8391c598c9d /lib/Transforms/Instrumentation/ProfilingUtils.cpp | |
parent | 433f6f62ca858c20d5d3f561e63818c2fda06ebe (diff) |
fix typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47994 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/ProfilingUtils.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/ProfilingUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/ProfilingUtils.cpp b/lib/Transforms/Instrumentation/ProfilingUtils.cpp index 47bfcfcf86..fd31cec643 100644 --- a/lib/Transforms/Instrumentation/ProfilingUtils.cpp +++ b/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. |