aboutsummaryrefslogtreecommitdiff
path: root/libobjc/class.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 15:38:21 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 15:38:21 +0000
commitcad10e055f078039ad10c2582d18a4441f4c9cad (patch)
tree2bfed6838fc6b4ca67f2f8653daa6500324f72fd /libobjc/class.c
parent587ae1e3bd7ead48424cdcb9b16d842fa828c6fd (diff)
downloadgcc-cad10e055f078039ad10c2582d18a4441f4c9cad.zip
gcc-cad10e055f078039ad10c2582d18a4441f4c9cad.tar.gz
gcc-cad10e055f078039ad10c2582d18a4441f4c9cad.tar.bz2
class.c: Fix typos.
2013-07-21 Ondřej Bílka <neleai@seznam.cz> * class.c: Fix typos. * encoding.c: Likewise. * init.c: Likewise. * objc-private/runtime.h: Likewise. * objc/runtime.h: Likewise. * objc-sync.c: Likewise. From-SVN: r201097
Diffstat (limited to 'libobjc/class.c')
-rw-r--r--libobjc/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/class.c b/libobjc/class.c
index 3c912ee..c90603e 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)