From 9ec36da574f8272705a3ead59bbd289f23793429 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 29 Jun 1998 15:40:49 -0600 Subject: * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for details. From-SVN: r20808 --- gcc/objc/objc-api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/objc/objc-api.h') diff --git a/gcc/objc/objc-api.h b/gcc/objc/objc-api.h index 5ca8865..9eb000b 100644 --- a/gcc/objc/objc-api.h +++ b/gcc/objc/objc-api.h @@ -301,7 +301,7 @@ struct objc_protocol_list { /* ** The class number of this class. This must be the same for both the -** class and it's meta class object +** class and its meta class object */ #define CLS_GETNUMBER(cls) (__CLS_INFO(cls) >> (HOST_BITS_PER_LONG/2)) #define CLS_SETNUMBER(cls, num) \ -- cgit v1.1