diff options
Diffstat (limited to 'libobjc/class.c')
-rw-r--r-- | libobjc/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/class.c b/libobjc/class.c index 3c912eea912..c90603edd79 100644 --- a/libobjc/class.c +++ b/libobjc/class.c @@ -764,7 +764,7 @@ objc_get_meta_class (const char *name) } /* This is not used by GCC, but the clang compiler seems to use it - when targetting the GNU runtime. That's wrong, but we have it to + when targeting the GNU runtime. That's wrong, but we have it to be compatible. */ Class objc_lookup_class (const char *name) |