diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-31 02:20:48 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-31 02:20:48 +0000 |
commit | b89db9a70f706ceac14aa796dcc2081421249f91 (patch) | |
tree | f1c716d17675972f12c6155e590507e62e6ac5b3 /gcc/config/arm/netbsd-elf.h | |
parent | b41d328d110eeb2a36b87836bd6988c049b2c12f (diff) | |
download | gcc-b89db9a70f706ceac14aa796dcc2081421249f91.tar.gz |
* config/arm/arm.c: Fix comment typos.
* config/arm/arm.h: Likewise.
* config/arm/netbsd-elf.h: Likewise.
* config/arm/netbsd.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62171 138bc75d-0d04-0410-961f-82ee72b054a4
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 0d5b7984914..e9494ad776e 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 |