aboutsummaryrefslogtreecommitdiff
path: root/clang/include/clang/Basic/SanitizerSpecialCaseList.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/include/clang/Basic/SanitizerSpecialCaseList.h')
-rw-r--r--clang/include/clang/Basic/SanitizerSpecialCaseList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/SanitizerSpecialCaseList.h b/clang/include/clang/Basic/SanitizerSpecialCaseList.h
index c84894dae298..d024b7dfc2e8 100644
--- a/clang/include/clang/Basic/SanitizerSpecialCaseList.h
+++ b/clang/include/clang/Basic/SanitizerSpecialCaseList.h
@@ -39,7 +39,7 @@ public:
createOrDie(const std::vector<std::string> &Paths,
llvm::vfs::FileSystem &VFS);
- // Query blacklisted entries if any bit in Mask matches the entry's section.
+ // Query ignorelisted entries if any bit in Mask matches the entry's section.
bool inSection(SanitizerMask Mask, StringRef Prefix, StringRef Query,
StringRef Category = StringRef()) const;