summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Symbol/ClangASTContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Symbol/ClangASTContext.cpp b/lldb/source/Symbol/ClangASTContext.cpp
index 7f617dcf676..d553b198c79 100644
--- a/lldb/source/Symbol/ClangASTContext.cpp
+++ b/lldb/source/Symbol/ClangASTContext.cpp
@@ -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;
OpenPOWER on IntegriCloud