summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compilerplugins/clang/pluginhandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/pluginhandler.cxx b/compilerplugins/clang/pluginhandler.cxx
index 7cfa19eb9c35..ffa4e3668def 100644
--- a/compilerplugins/clang/pluginhandler.cxx
+++ b/compilerplugins/clang/pluginhandler.cxx
@@ -231,7 +231,7 @@ bool PluginHandler::ignoreLocation(SourceLocation loc) {
bool PluginHandler::checkIgnoreLocation(SourceLocation loc)
{
// The tree-wide analysis plugins (like unusedmethods) don't want
- // this logic, they only want to ignore externl code
+ // this logic, they only want to ignore external code
if (!treeWideAnalysisMode)
{
// If a location comes from a PCH, it is not necessary to check it