[llvm-branch-commits] [openmp] fff1abc - [OpenMP] NFC: comment adjusted

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Dec 7 08:55:25 PST 2020


Author: AndreyChurbanov
Date: 2020-12-07T19:50:14+03:00
New Revision: fff1abc406d56401f37a1ef4431583f2e75b5039

URL: https://github.com/llvm/llvm-project/commit/fff1abc406d56401f37a1ef4431583f2e75b5039
DIFF: https://github.com/llvm/llvm-project/commit/fff1abc406d56401f37a1ef4431583f2e75b5039.diff

LOG: [OpenMP] NFC: comment adjusted

Added: 
    

Modified: 
    openmp/runtime/src/kmp_str.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/src/kmp_str.cpp b/openmp/runtime/src/kmp_str.cpp
index 24526e587412..2231a59342d9 100644
--- a/openmp/runtime/src/kmp_str.cpp
+++ b/openmp/runtime/src/kmp_str.cpp
@@ -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.


        


More information about the llvm-branch-commits mailing list