forked from OSchip/llvm-project
[NFC] Minor update to comment
Update comment after rLLDB339994 Differential Revision: https://reviews.llvm.org/D49980 llvm-svn: 340151
This commit is contained in:
parent
24674ca773
commit
ff70172716
|
@ -6738,7 +6738,7 @@ CompilerType ClangASTContext::GetChildCompilerTypeAtIndex(
|
|||
}
|
||||
}
|
||||
|
||||
// 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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue