I put in one small fix:

Doing diffs in testsuite/objc.dg/ivar-visibility-4.m.~1~:
--- testsuite/objc.dg/ivar-visibility-4.m.~1~   2014-05-12 12:04:16.000000000 
-0700
+++ testsuite/objc.dg/ivar-visibility-4.m       2014-05-12 13:50:53.000000000 
-0700
@@ -29,7 +29,7 @@
 {
   int a;
 
-  /* someivar is public so we shoudn't get any errors here. */
+  /* someivar is public so we shouldn't get any errors here. */
   
   a = object->someivar;
 }
———————


Reply via email to