summaryrefslogtreecommitdiffstats
path: root/libobjc/encoding.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 15:38:21 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 15:38:21 +0000
commitdd695653b7befe5d64eadc3c676c60ba8d935ce9 (patch)
tree2bfed6838fc6b4ca67f2f8653daa6500324f72fd /libobjc/encoding.c
parent86d30f0312aeccd275cdb3cf3dd7c26078418824 (diff)
downloadppe42-gcc-dd695653b7befe5d64eadc3c676c60ba8d935ce9.tar.gz
ppe42-gcc-dd695653b7befe5d64eadc3c676c60ba8d935ce9.zip
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201097 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/encoding.c')
-rw-r--r--libobjc/encoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/encoding.c b/libobjc/encoding.c
index 79ad32ae1af..299901a0b85 100644
--- a/libobjc/encoding.c
+++ b/libobjc/encoding.c
@@ -1061,7 +1061,7 @@ objc_get_type_qualifiers (const char *type)
These functions are used by objc_sizeof_type and objc_alignof_type
functions to compute the size and alignment of structures. The
previous method of computing the size and alignment of a structure
- was not working on some architectures, particulary on AIX, and in
+ was not working on some architectures, particularly on AIX, and in
the presence of bitfields inside the structure. */
void
objc_layout_structure (const char *type,
OpenPOWER on IntegriCloud