Skip to content

Commit

Permalink
[OpenMP] NFC: comment adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyChurbanov committed Dec 7, 2020
1 parent 1b734c6 commit fff1abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmp/runtime/src/kmp_str.cpp
Expand Up @@ -334,7 +334,7 @@ void __kmp_str_loc_numbers(char const *Psource, int *LineBeg,
*LineBeg = 0;
}
if (Str) {
// Read end line number.
// Read end line or column number.
*LineEndOrCol = atoi(Str + 1);
} else {
// Broken format of input string, cannot read the number.
Expand Down

0 comments on commit fff1abc

Please sign in to comment.