summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/test/indentation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/test/indentation.cxx b/compilerplugins/clang/test/indentation.cxx
index f7cccce67cc5..685ec7e17e1c 100644
--- a/compilerplugins/clang/test/indentation.cxx
+++ b/compilerplugins/clang/test/indentation.cxx
@@ -29,7 +29,7 @@ void top1(int x) {
/*xxx*/ foo();
-// 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/
switch (x)
{
case 1: foo(); break; // 1expected-note {{measured against this one [loplugin:indentation]}}