summaryrefslogtreecommitdiff
path: root/gcc/objc/objc-gnu-runtime-abi-01.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 15:33:00 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 15:33:00 +0000
commit86d30f0312aeccd275cdb3cf3dd7c26078418824 (patch)
tree48bb764e6ec6d486005ead4ad2fc25feab85caed /gcc/objc/objc-gnu-runtime-abi-01.c
parentcb39b5e7fa95d52ba53a93f0a5dea041ea81a8d9 (diff)
downloadgcc-86d30f0312aeccd275cdb3cf3dd7c26078418824.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201096 138bc75d-0d04-0410-961f-82ee72b054a4
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 0f725c34344..f0116831e25 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)