summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2020-06-18 15:17:45 +0000
committerPhilip Chimento <philip.chimento@gmail.com>2020-06-18 15:17:45 +0000
commit8132f8470fd025987360659f94e07f9d02658810 (patch)
tree3db83710f612df083df07868b68463425d072e2d
parent4636d02eb519e38852729857c97f40b1a8d7fb5c (diff)
parent7bf675702faf95c05e3a0b7c41640525193f90d8 (diff)
Merge branch 'codespell' into 'master'
all: Fix various typos and incorrect terminology See merge request tartan/tartan!10
-rw-r--r--clang-plugin/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-plugin/plugin.cpp b/clang-plugin/plugin.cpp
index a2db3d0..8a9ced1 100644
--- a/clang-plugin/plugin.cpp
+++ b/clang-plugin/plugin.cpp
@@ -55,7 +55,7 @@ std::shared_ptr<GirManager> global_gir_manager =
*/
class TartanAction : public PluginASTAction {
private:
- /* Enabling/Disabling checkers is implemented as a blacklist: all
+ /* Enabling/Disabling checkers is implemented as a blocklist: all
* checkers are enabled by default, unless a --disable-checker argument
* specifically disables them (by listing their name in this set). */
std::shared_ptr<std::unordered_set<std::string>> _disabled_checkers =