[compiler-rt] r270005 - Fix typo.

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 17:12:02 PDT 2016


Author: silvas
Date: Wed May 18 19:12:02 2016
New Revision: 270005

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

Modified:
    compiler-rt/trunk/lib/profile/InstrProfiling.h

Modified: compiler-rt/trunk/lib/profile/InstrProfiling.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfiling.h?rev=270005&r1=270004&r2=270005&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfiling.h (original)
+++ compiler-rt/trunk/lib/profile/InstrProfiling.h Wed May 18 19:12:02 2016
@@ -155,7 +155,7 @@ uint64_t __llvm_profile_get_data_size(co
                                       const __llvm_profile_data *End);
 
 /*!
- * This variable is defined in InstrProfilingRuntime.c as a hidden
+ * This variable is defined in InstrProfilingRuntime.cc as a hidden
  * symbol. Its main purpose is to enable profile runtime user to
  * bypass runtime initialization code -- if the client code explicitly
  * define this variable, then InstProfileRuntime.o won't be linked in.




More information about the llvm-commits mailing list