summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compilerplugins/clang/store/salbool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/salbool.cxx b/compilerplugins/clang/store/salbool.cxx
index a8f1d21f21b8..1ad076a243cd 100644
--- a/compilerplugins/clang/store/salbool.cxx
+++ b/compilerplugins/clang/store/salbool.cxx
@@ -546,7 +546,7 @@ bool SalBool::isMacroBodyExpansion(SourceLocation location) const {
bool SalBool::rewrite(SourceLocation location) {
if (rewriter != nullptr) {
- //TODO: "sal_Bool" -> "bool", not "::bool"
+ //TODO: "::sal_Bool" -> "bool", not "::bool"
SourceLocation loc { compiler.getSourceManager().getExpansionLoc(
location) };
unsigned n = Lexer::MeasureTokenLength(