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