summaryrefslogtreecommitdiffstats
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
commit41518945e371bca02277ecd7be9687455ec0e592 (patch)
tree83eed6eee925e11fb403980e30952d200a6f2874
parentb7eda28aaa9131177fa65f91abc7672afb28d3a4 (diff)
downloadbcm5719-llvm-41518945e371bca02277ecd7be9687455ec0e592.tar.gz
bcm5719-llvm-41518945e371bca02277ecd7be9687455ec0e592.zip
Fix typo in comment
llvm-svn: 270524
-rw-r--r--compiler-rt/lib/profile/InstrProfilingFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/profile/InstrProfilingFile.c b/compiler-rt/lib/profile/InstrProfilingFile.c
index d5abf9feeec..a27dd113a25 100644
--- a/compiler-rt/lib/profile/InstrProfilingFile.c
+++ b/compiler-rt/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) {
OpenPOWER on IntegriCloud