summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedvariableplus.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/unusedvariableplus.cxx')
-rw-r--r--compilerplugins/clang/unusedvariableplus.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/unusedvariableplus.cxx b/compilerplugins/clang/unusedvariableplus.cxx
index fa0e9e3992b1..e3e5000d0627 100644
--- a/compilerplugins/clang/unusedvariableplus.cxx
+++ b/compilerplugins/clang/unusedvariableplus.cxx
@@ -15,7 +15,7 @@
#include <unordered_set>
/*
- * Very aggressive unused variable checker, we whitelist types that are known
+ * Very aggressive unused variable checker, we allowlist types that are known
* good when unused.
*/