Fix typo in comment

llvm-svn: 257232
This commit is contained in:
Xinliang David Li 2016-01-08 23:42:28 +00:00
parent 09d6b80f82
commit d85c32cdfa
1 changed files with 1 additions and 1 deletions

View File

@ -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",