summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingFile.c
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-05-24 02:37:07 +0000
committerXinliang David Li <davidxl@google.com>2016-05-24 02:37:07 +0000
commit8e20e390475cae4fa426ffcd221e21554b68bb00 (patch)
treeaf22dfb28915c5e7c4fa8bc9c2566696e4347463 /lib/profile/InstrProfilingFile.c
parent46ef7f54dfd94166caffd8499806079579b9be9c (diff)
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@270524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfilingFile.c')
-rw-r--r--lib/profile/InstrProfilingFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile/InstrProfilingFile.c b/lib/profile/InstrProfilingFile.c
index d5abf9fee..a27dd113a 100644
--- a/lib/profile/InstrProfilingFile.c
+++ b/lib/profile/InstrProfilingFile.c
@@ -207,7 +207,7 @@ void __llvm_profile_initialize_file(void) {
/* This API is directly called by the user application code. It has the
* highest precedence compared with LLVM_PROFILE_FILE environment variable
- * and command line option -fprofile-istr-generate=<profile_name>.
+ * and command line option -fprofile-instr-generate=<profile_name>.
*/
COMPILER_RT_VISIBILITY
void __llvm_profile_set_filename(const char *Filename) {