commit | ff70172716f145471a6ea7fd86ac895a6003aa85 | [log] [tgz] |
---|---|---|
author | Aleksandr Urakov <aleksandr.urakov@jetbrains.com> | Mon Aug 20 05:59:27 2018 +0000 |
committer | Aleksandr Urakov <aleksandr.urakov@jetbrains.com> | Mon Aug 20 05:59:27 2018 +0000 |
tree | 9ff373a827b41fc58ef3e6b9e5c73c839baa5897 | |
parent | 24674ca77394bdd3e9d7cc7a9da0ad9477de84e2 [diff] [blame] |
[NFC] Minor update to comment Update comment after rLLDB339994 Differential Revision: https://reviews.llvm.org/D49980 llvm-svn: 340151
diff --git a/lldb/source/Symbol/ClangASTContext.cpp b/lldb/source/Symbol/ClangASTContext.cpp index 7f617dc..d553b19 100644 --- a/lldb/source/Symbol/ClangASTContext.cpp +++ b/lldb/source/Symbol/ClangASTContext.cpp
@@ -6738,7 +6738,7 @@ } } - // Setting this to UINT32_MAX to make sure we don't compute it + // Setting this to INT32_MAX to make sure we don't compute it // twice... bit_offset = INT32_MAX;