aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/avr/avr.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-07-01 23:26:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-07-01 23:26:43 +0000
commit093354e08f1df0a1023dbde82f6c67cd30d85aa3 (patch)
treefc7172a6af53d704bc2f22f1af3ca915f2652214 /gcc/config/avr/avr.h
parent2a2ecc33a8538c043fd424034f467d667cf237f3 (diff)
downloadgcc-093354e08f1df0a1023dbde82f6c67cd30d85aa3.zip
gcc-093354e08f1df0a1023dbde82f6c67cd30d85aa3.tar.gz
gcc-093354e08f1df0a1023dbde82f6c67cd30d85aa3.tar.bz2
alpha.c: Fix comment typos.
* config/alpha/alpha.c: Fix comment typos. * config/alpha/elf.h: Likewise. * config/arm/arm.c: Likewise. * config/arm/arm.h: Likewise. * config/arm/arm.md: Likewise. * config/arm/t-arm-coff: Likewise. * config/arm/t-strongarm-pe: Likewise. * config/arm/xscale-elf.h: Likewise. * config/avr/avr.h: Likewise. From-SVN: r68800
Diffstat (limited to 'gcc/config/avr/avr.h')
-rw-r--r--gcc/config/avr/avr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h
index 8cfe48c..83c91ee 100644
--- a/gcc/config/avr/avr.h
+++ b/gcc/config/avr/avr.h
@@ -364,7 +364,7 @@ extern int avr_asm_only_p;
One use of this macro is on machines where the highest numbered
registers must always be saved and the save-multiple-registers
- instruction supports only sequences of consetionve registers. On
+ instruction supports only sequences of consecutive registers. On
such machines, define `REG_ALLOC_ORDER' to be an initializer that
lists the highest numbered allocatable register first. */