summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compilerplugins/clang/redundantfcast.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/redundantfcast.cxx b/compilerplugins/clang/redundantfcast.cxx
index 1378d9eaf435..aed71e8783f9 100644
--- a/compilerplugins/clang/redundantfcast.cxx
+++ b/compilerplugins/clang/redundantfcast.cxx
@@ -335,7 +335,7 @@ public:
// tdf#145203: FIREBIRD cannot create a table
if (fn == SRCDIR "/connectivity/source/drivers/firebird/DatabaseMetaData.cxx")
return false;
- // false positive during using contructor drawinglayer::attribute::StrokeAttribute({ 3 * pw, pw })
+ // false positive during using constructor drawinglayer::attribute::StrokeAttribute({ 3 * pw, pw })
if (fn == SRCDIR "/drawinglayer/source/tools/emfppen.cxx")
return false;
return true;