diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 15:32:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-22 15:32:28 +0000 |
commit | 33b7f697881b159568524c5bab0ab28fb1b2700f (patch) | |
tree | b777c30a9a58b540f1eab29fe404549ee7c0d6c5 /gas/config/m68k-parse.y | |
parent | 29dfb2ac4ced1ff1f8ebc56d494667daf49ed2d6 (diff) | |
download | gdb-33b7f697881b159568524c5bab0ab28fb1b2700f.zip gdb-33b7f697881b159568524c5bab0ab28fb1b2700f.tar.gz gdb-33b7f697881b159568524c5bab0ab28fb1b2700f.tar.bz2 |
* config/atof-tahoe.c: Fix comment typos.
* config/m68k-parse.y: Likewise.
* config/obj-aout.c: Likewise.
* config/obj-bout.c: Likewise.
* config/obj-vms.c: Likewise.
* config/tc-tahoe.c: Likewise.
* config/tc-tic30.c: Likewise.
* config/tc-tic4x.c: Likewise.
* config/tc-tic54x.c: Likewise.
* config/tc-v850.c: Likewise.
* config/tc-vax.c: Likewise.
* config/te-delt88.h: Likewise.
* config/te-delta.h: Likewise.
* config/te-generic.h: Likewise.
* config/te-macos.h: Likewise.
* config/te-ppcnw.h: Likewise.
* config/te-psos.h: Likewise.
* config/te-sun3.h: Likewise.
* config/te-tmips.h: Likewise.
* config/xtensa-relax.c: Likewise.
Diffstat (limited to 'gas/config/m68k-parse.y')
-rw-r--r-- | gas/config/m68k-parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/m68k-parse.y b/gas/config/m68k-parse.y index 15c6236..813bfaa 100644 --- a/gas/config/m68k-parse.y +++ b/gas/config/m68k-parse.y @@ -32,7 +32,7 @@ #include "safe-ctype.h" /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, - etc), as well as gratuitiously global symbol names If other parser + etc), as well as gratuitously global symbol names If other parser generators (bison, byacc, etc) produce additional global names that conflict at link time, then those parser generators need to be fixed instead of adding those names to this list. */ |