[compiler-rt] r270177 - Small typo and whitespace fix.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 20:25:15 PDT 2016
Author: silvas
Date: Thu May 19 22:25:15 2016
New Revision: 270177
URL: http://llvm.org/viewvc/llvm-project?rev=270177&view=rev
Log:
Small typo and whitespace fix.
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=270177&r1=270176&r2=270177&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfiling.h (original)
+++ compiler-rt/trunk/lib/profile/InstrProfiling.h Thu May 19 22:25:15 2016
@@ -164,7 +164,7 @@ uint64_t __llvm_profile_get_data_size(co
* affect runtime initialization decision of the main program.
*/
COMPILER_RT_VISIBILITY extern int __llvm_profile_runtime;
-/*!
+/*!
* This variable is defined in InstrProfilingFile.c. Its visibility is
* not hidden so that instrumented shared libraries and the main program
* can share the raw data file with the same name.
@@ -179,7 +179,7 @@ extern const char *__llvm_profile_Curren
* depending on user option. Since we don't support mixing FE and IR based
* data in the same raw profile data file (in other words, shared libs and
* main program are expected to be instrumented in the same way), there is
- * no need for this variale to be hidden.
+ * no need for this variable to be hidden.
*/
extern uint64_t __llvm_profile_raw_version;
More information about the llvm-commits
mailing list