[OpenMP] NFC: comment adjusted

This commit is contained in:
AndreyChurbanov 2020-12-07 19:50:14 +03:00
parent 1b734c662b
commit fff1abc406
1 changed files with 1 additions and 1 deletions

View File

@ -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.