diff options
Diffstat (limited to 'gcc/objc/objc-api.h')
| -rw-r--r-- | gcc/objc/objc-api.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |
