aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-gnu-runtime-abi-01.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 15:33:00 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 15:33:00 +0000
commit587ae1e3bd7ead48424cdcb9b16d842fa828c6fd (patch)
tree48bb764e6ec6d486005ead4ad2fc25feab85caed /gcc/objc/objc-gnu-runtime-abi-01.c
parent5b70b3e44baf317b001b78919429a7e63af50742 (diff)
downloadgcc-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-gnu-runtime-abi-01.c')
-rw-r--r--gcc/objc/objc-gnu-runtime-abi-01.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/objc-gnu-runtime-abi-01.c b/gcc/objc/objc-gnu-runtime-abi-01.c
index 0f725c3..f011683 100644
--- a/gcc/objc/objc-gnu-runtime-abi-01.c
+++ b/gcc/objc/objc-gnu-runtime-abi-01.c
@@ -76,7 +76,7 @@ along with GCC; see the file COPYING3. If not see
For example, at present, any target that includes an implementation of
the NeXT runtime needs to place Objective-C meta-data into specific
named sections. This should _not_ be done for the GNU runtime, and the
- folowing macro is used to attach Objective-C private attributes that may
+ following macro is used to attach Objective-C private attributes that may
be used to identify the runtime for which the meta-data are intended. */
#define OBJCMETA(DECL,VERS,KIND) \
@@ -477,7 +477,7 @@ build_protocol_template (void)
objc_finish_struct (objc_protocol_template, decls);
}
-/* --- names, decls + identifers --- */
+/* --- names, decls + identifiers --- */
static void
build_selector_table_decl (void)