diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-21 15:33:00 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 15:33:00 +0000 |
commit | 587ae1e3bd7ead48424cdcb9b16d842fa828c6fd (patch) | |
tree | 48bb764e6ec6d486005ead4ad2fc25feab85caed /gcc/objc/objc-next-runtime-abi-02.c | |
parent | 5b70b3e44baf317b001b78919429a7e63af50742 (diff) | |
download | gcc-587ae1e3bd7ead48424cdcb9b16d842fa828c6fd.zip gcc-587ae1e3bd7ead48424cdcb9b16d842fa828c6fd.tar.gz gcc-587ae1e3bd7ead48424cdcb9b16d842fa828c6fd.tar.bz2 |
Fix some typos.
2013-07-21 OndÅej BÃlka <neleai@seznam.cz>
* objc-act.c: Fix typos.
* objc-encoding.c: Likewise.
* objc-gnu-runtime-abi-01.c: Likewise.
* objc-next-runtime-abi-01.c: Likewise.
* objc-next-runtime-abi-02.c: Likewise.
From-SVN: r201096
Diffstat (limited to 'gcc/objc/objc-next-runtime-abi-02.c')
-rw-r--r-- | gcc/objc/objc-next-runtime-abi-02.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/objc-next-runtime-abi-02.c b/gcc/objc/objc-next-runtime-abi-02.c index 70cb62e..4bb02c7 100644 --- a/gcc/objc/objc-next-runtime-abi-02.c +++ b/gcc/objc/objc-next-runtime-abi-02.c @@ -1404,7 +1404,7 @@ objc_v2_build_ivar_ref (tree datum, tree component) /* IVAR refs are made via an externally referenceable offset and built on the fly. That is, unless they refer to (private) fields in the - class stucture. */ + class structure. */ static tree next_runtime_abi_02_build_ivar_ref (location_t loc ATTRIBUTE_UNUSED, tree base, tree id) @@ -2230,7 +2230,7 @@ generate_v2_protocol_list (tree i_or_p, tree klass_ctxt) that the old ABI is supposed to build 'struct objc_method' which has 3 fields, but it does not build the initialization expression for 'method_imp' which for protocols is NULL any way. To be - consistant with declaration of 'struct method_t', in the new ABI we + consistent with declaration of 'struct method_t', in the new ABI we set the method_t.imp to NULL. */ static tree |