diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-21 15:38:21 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 15:38:21 +0000 |
commit | cad10e055f078039ad10c2582d18a4441f4c9cad (patch) | |
tree | 2bfed6838fc6b4ca67f2f8653daa6500324f72fd /libobjc/encoding.c | |
parent | 587ae1e3bd7ead48424cdcb9b16d842fa828c6fd (diff) | |
download | gcc-cad10e055f078039ad10c2582d18a4441f4c9cad.tar.gz |
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/encoding.c')
-rw-r--r-- | libobjc/encoding.c | 2 |
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, |