aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/warn-semicolon-before-method-body.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser/warn-semicolon-before-method-body.m')
-rw-r--r--test/Parser/warn-semicolon-before-method-body.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/warn-semicolon-before-method-body.m b/test/Parser/warn-semicolon-before-method-body.m
index be408ebd3119..abdf9f2b02ff 100644
--- a/test/Parser/warn-semicolon-before-method-body.m
+++ b/test/Parser/warn-semicolon-before-method-body.m
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -fsyntax-only -Wsemicolon-before-method-body -verify %s
// RUN: %clang_cc1 -fsyntax-only -Wsemicolon-before-method-body -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
-// Allow optional semicolon in objc method definiton after method prototype,
+// Allow optional semicolon in objc method definition after method prototype,
// warn about it and suggest a fixit.
@interface NSObject