diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-21 15:33:00 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 15:33:00 +0000 |
commit | 587ae1e3bd7ead48424cdcb9b16d842fa828c6fd (patch) | |
tree | 48bb764e6ec6d486005ead4ad2fc25feab85caed /gcc/testsuite/objc-obj-c++-shared | |
parent | 5b70b3e44baf317b001b78919429a7e63af50742 (diff) | |
download | gcc-587ae1e3bd7ead48424cdcb9b16d842fa828c6fd.zip gcc-587ae1e3bd7ead48424cdcb9b16d842fa828c6fd.tar.gz gcc-587ae1e3bd7ead48424cdcb9b16d842fa828c6fd.tar.bz2 |
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.
From-SVN: r201096
Diffstat (limited to 'gcc/testsuite/objc-obj-c++-shared')
-rw-r--r-- | gcc/testsuite/objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h b/gcc/testsuite/objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h index 5508edd..24e5eba 100644 --- a/gcc/testsuite/objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h +++ b/gcc/testsuite/objc-obj-c++-shared/objc-test-suite-next-encode-assist-impl.h @@ -529,7 +529,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, |