diff options
| author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 15:38:21 +0000 |
|---|---|---|
| committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-21 15:38:21 +0000 |
| commit | dd695653b7befe5d64eadc3c676c60ba8d935ce9 (patch) | |
| tree | 2bfed6838fc6b4ca67f2f8653daa6500324f72fd /libobjc/encoding.c | |
| parent | 86d30f0312aeccd275cdb3cf3dd7c26078418824 (diff) | |
| download | ppe42-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.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, |

