diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-31 02:20:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-31 02:20:48 +0000 |
commit | 6bc82793404b62c93b1544135e013db3e65c65cd (patch) | |
tree | f1c716d17675972f12c6155e590507e62e6ac5b3 /gcc/config/arm/netbsd-elf.h | |
parent | f099d36039a910d1f796be9fe0bdd2edf626f759 (diff) | |
download | gcc-6bc82793404b62c93b1544135e013db3e65c65cd.zip gcc-6bc82793404b62c93b1544135e013db3e65c65cd.tar.gz gcc-6bc82793404b62c93b1544135e013db3e65c65cd.tar.bz2 |
arm.c: Fix comment typos.
* config/arm/arm.c: Fix comment typos.
* config/arm/arm.h: Likewise.
* config/arm/netbsd-elf.h: Likewise.
* config/arm/netbsd.h: Likewise.
From-SVN: r62171
Diffstat (limited to 'gcc/config/arm/netbsd-elf.h')
-rw-r--r-- | gcc/config/arm/netbsd-elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/netbsd-elf.h b/gcc/config/arm/netbsd-elf.h index 0d5b798..e9494ad 100644 --- a/gcc/config/arm/netbsd-elf.h +++ b/gcc/config/arm/netbsd-elf.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, NetBSD/arm ELF version. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2003 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. This file is part of GNU CC. @@ -127,7 +127,7 @@ Boston, MA 02111-1307, USA. */ This has several side effects that should be considered. 1. Structures will only be aligned to the size of the largest member. i.e. structures containing only bytes will be byte aligned. - structures containing shorts will be half word alinged. + structures containing shorts will be half word aligned. structures containing ints will be word aligned. This means structures should be padded to a word boundary if |