Fix typo in comment
llvm-svn: 257232
diff --git a/compiler-rt/lib/profile/InstrProfilingFile.c b/compiler-rt/lib/profile/InstrProfilingFile.c
index 98d85d9..68d088a 100644
--- a/compiler-rt/lib/profile/InstrProfilingFile.c
+++ b/compiler-rt/lib/profile/InstrProfilingFile.c
@@ -214,7 +214,7 @@
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",