diff options
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 6 | ||||
-rw-r--r-- | libobjc/objc/runtime.h | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index a85fb59..f2f6ca5 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -2,6 +2,12 @@ PR other/16615 + * objc/runtime.h: Change "can not" to "cannot". + +2019-01-09 Sandra Loosemore <sandra@codesourcery.com> + + PR other/16615 + * class.c: Mechanically replace "can not" with "cannot". * objc/runtime.h: Likewise. * sendmsg.c: Likewise. diff --git a/libobjc/objc/runtime.h b/libobjc/objc/runtime.h index 2ce23cc..dc7d12d 100644 --- a/libobjc/objc/runtime.h +++ b/libobjc/objc/runtime.h @@ -224,8 +224,8 @@ objc_EXPORT SEL * sel_copyTypedSelectorList (const char *name, This is useful if you have the name of the selector, and would really like to get a selector for it that includes the type encoding. Unfortunately, if the program contains multiple selector - with the same name but different types, sel_getTypedSelector can - not possibly know which one you need, and so will return NULL. + with the same name but different types, sel_getTypedSelector cannot + possibly know which one you need, and so will return NULL. Compatibility Note: the Apple/NeXT runtime has untyped selectors, so it does not have this function, which is specific to the GNU |