[compiler-rt] r270524 - Fix typo in comment

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 19:37:08 PDT 2016


Author: davidxl
Date: Mon May 23 21:37:07 2016
New Revision: 270524

URL: http://llvm.org/viewvc/llvm-project?rev=270524&view=rev
Log:
Fix typo in comment

Modified:
    compiler-rt/trunk/lib/profile/InstrProfilingFile.c

Modified: compiler-rt/trunk/lib/profile/InstrProfilingFile.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfilingFile.c?rev=270524&r1=270523&r2=270524&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfilingFile.c (original)
+++ compiler-rt/trunk/lib/profile/InstrProfilingFile.c Mon May 23 21:37:07 2016
@@ -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) {




More information about the llvm-commits mailing list