summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/indentation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/indentation.cxx')
-rw-r--r--compilerplugins/clang/indentation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/indentation.cxx b/compilerplugins/clang/indentation.cxx
index f8330c622d30..6b4e39c9d483 100644
--- a/compilerplugins/clang/indentation.cxx
+++ b/compilerplugins/clang/indentation.cxx
@@ -213,7 +213,7 @@ bool Indentation::VisitSwitchStmt(SwitchStmt const* switchStmt)
}
else if (column != tmpColumn)
{
- // disable this for now, ends up touching some very large switch statemnts in sw/ and sc/
+ // disable this for now, ends up touching some very large switch statements in sw/ and sc/
(void)firstStmt;
// report(DiagnosticsEngine::Warning, "statement mis-aligned compared to neighbours",
// stmtLoc);