summaryrefslogtreecommitdiff
path: root/gas/itbl-parse.y
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-10-27 12:45:17 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-10-27 12:45:17 +0000
commite1fb9245d47c0245f6beee099c461d39f3769087 (patch)
treed5157d724a2911d5166feba7f957afbe0bb59cb0 /gas/itbl-parse.y
parentbcacd81ec5575ccce77d255655b3b21d98039ac0 (diff)
downloadbinutils-redhat-e1fb9245d47c0245f6beee099c461d39f3769087.tar.gz
* ChangeLog: Fix typos.
* ChangeLog-9295: Likewise. * as.c: Fix comment typos. * as.h: Likewise. * atof-generic.c: Likewise. * bit_fix.h: Likewise. * frags.h: Likewise. * hash.c: Likewise. * input-file.c: Likewise. * input-scrub.c: Likewise. * itbl-ops.c: Likewise. * itbl-parse.y: Likewise. * listing.c: Likewise. * macro.h: Likewise. * read.c: Likewise. * sb.c: Likewise. * sb.h: Likewise. * symbols.c: Likewise. * symbols.h: Likewise.
Diffstat (limited to 'gas/itbl-parse.y')
-rw-r--r--gas/itbl-parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/itbl-parse.y b/gas/itbl-parse.y
index 9a0b7c3ccb..53552d7f31 100644
--- a/gas/itbl-parse.y
+++ b/gas/itbl-parse.y
@@ -152,7 +152,7 @@ Here is the grammar for the coprocessor table:
char -> any printable character
ltr -> ['a'..'z'|'A'..'Z']
dec -> ['0'..'9']* ; value in decimal
- hex -> '0x'['0'..'9' | 'a'..'f' | 'A'..'F']* ; value in hexidecimal
+ hex -> '0x'['0'..'9' | 'a'..'f' | 'A'..'F']* ; value in hexadecimal
Examples
@@ -239,7 +239,7 @@ was deleted from the original format such that we now count the fields.
----
FIXME! should really change lexical analyzer
-to recognize 'dreg' etc. in context sensative way.
+to recognize 'dreg' etc. in context sensitive way.
Currently function names or mnemonics may be incorrectly parsed as keywords
FIXME! hex is ambiguous with any digit