This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[3.3] fix typo in objc/objc-act.c


Committed as obvious.

2004-01-24  Matthias Klose  <doko@debian.org>

        * objc/objc-act.c (is_public): Fix typo in message.

Index: objc/objc-act.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/objc/objc-act.c,v
retrieving revision 1.160.4.1
diff -u -r1.160.4.1 objc-act.c
--- objc/objc-act.c     14 Jan 2004 07:52:35 -0000      1.160.4.1
+++ objc/objc-act.c     24 Jan 2004 14:18:14 -0000
@@ -5893,7 +5893,7 @@
                 {
                   int private = is_private (decl);
                   if (private)
-                    error ("instance variable '%s' si declared private",
+                    error ("instance variable '%s' is declared private",
                            IDENTIFIER_POINTER (DECL_NAME (decl)));
 
                   return !private;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]