summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/salbool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/salbool.cxx')
-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 955222751694..2c2ba7e874fd 100644
--- a/compilerplugins/clang/store/salbool.cxx
+++ b/compilerplugins/clang/store/salbool.cxx
@@ -545,7 +545,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(