summaryrefslogtreecommitdiff
path: root/lib/profile
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2016-05-20 03:25:15 +0000
committerSean Silva <chisophugis@gmail.com>2016-05-20 03:25:15 +0000
commit1f364db914518a170b32d9a6bbd241fc76cdbea7 (patch)
tree5c6eedeb1e8de1aad5b855acff06c9b58522edd6 /lib/profile
parent3106ed0cabc1642785d98fe3364e190fa3c53718 (diff)
Small typo and whitespace fix.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@270177 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile')
-rw-r--r--lib/profile/InstrProfiling.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/profile/InstrProfiling.h b/lib/profile/InstrProfiling.h
index 7bc2061ff..2f60197f0 100644
--- a/lib/profile/InstrProfiling.h
+++ b/lib/profile/InstrProfiling.h
@@ -164,7 +164,7 @@ uint64_t __llvm_profile_get_data_size(const __llvm_profile_data *Begin,
* 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_CurrentFilename;
* 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;