]> granicus.if.org Git - clang/commitdiff
fix typo in *all* of the test cases
authorMatt Beaumont-Gay <matthewbg@google.com>
Wed, 23 Feb 2011 19:40:41 +0000 (19:40 +0000)
committerMatt Beaumont-Gay <matthewbg@google.com>
Wed, 23 Feb 2011 19:40:41 +0000 (19:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126328 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/dist-object-modifiers.m

index e489bb17e0fd59f13a8f157bbf6a395ec34afbe6..98a9ce6cdc52742b6a620f8e2c5b0157aed0f034 100644 (file)
@@ -17,5 +17,5 @@
 - (void)doStuff:(id)clientId { } // expected-warning {{conflicting distributed object modifiers on parameter type in implementation of 'doStuff:'}}
 - (bycopy id)Ok { return 0; }
 + (id) stillMore : (id)Arg  : (bycopy id)Arg1 { return Arg; } // expected-warning {{conflicting distributed object modifiers on return type in implementation of 'stillMore::'}} \
-                                                              // expected-warning 2{{conflicting distributed object modifiers on patameter type in implementation of 'stillMore::'}}
+                                                              // expected-warning 2{{conflicting distributed object modifiers on parameter type in implementation of 'stillMore::'}}
 @end