diff options
Diffstat (limited to 'test/SemaObjC/property-ivar-mismatch.m')
| -rw-r--r-- | test/SemaObjC/property-ivar-mismatch.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-ivar-mismatch.m b/test/SemaObjC/property-ivar-mismatch.m index 148fa8ebb27f..3e2ae7eba122 100644 --- a/test/SemaObjC/property-ivar-mismatch.m +++ b/test/SemaObjC/property-ivar-mismatch.m @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s -// Test that arithmatic types on property and its ivar have exact match. +// Test that arithmetic types on property and its ivar have exact match. @interface Test4 { |
