diff options
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 79ad32a..299901a 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, |