summaryrefslogtreecommitdiff
path: root/lib/profile
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-01-08 23:42:28 +0000
committerXinliang David Li <davidxl@google.com>2016-01-08 23:42:28 +0000
commit82d4899ba1b9459d2d7364fbc200e75e09f4d4de (patch)
tree3d6de8d4ee92dcd4d4cd28cd17c6dbbb84640ba1 /lib/profile
parent90d94bf77c2500124fc93f020d14b412036c058a (diff)
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@257232 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile')
-rw-r--r--lib/profile/InstrProfilingFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile/InstrProfilingFile.c b/lib/profile/InstrProfilingFile.c
index 98d85d9c1..68d088a19 100644
--- a/lib/profile/InstrProfilingFile.c
+++ b/lib/profile/InstrProfilingFile.c
@@ -214,7 +214,7 @@ int __llvm_profile_write_file(void) {
return -1;
}
- /* Check if there is llvm/runtime versino mismatch. */
+ /* Check if there is llvm/runtime version mismatch. */
if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) {
PROF_ERR("LLVM Profile: runtime and instrumentation version mismatch : "
"expected %d, but get %d\n",