aboutsummaryrefslogtreecommitdiff
path: root/gas/hash.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-23 02:14:21 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-23 02:14:21 +0000
commit436d9e46434ecc4ee860265c8f7f8c11bcb9904f (patch)
treec57081487c533cd788022128c35de3b59af0d72d /gas/hash.c
parent35bb18ac33578e5591761b842e1f6d1cab6e89ab (diff)
downloadfsf-binutils-gdb-436d9e46434ecc4ee860265c8f7f8c11bcb9904f.zip
fsf-binutils-gdb-436d9e46434ecc4ee860265c8f7f8c11bcb9904f.tar.gz
fsf-binutils-gdb-436d9e46434ecc4ee860265c8f7f8c11bcb9904f.tar.bz2
* README-vms: Fix comment typos.
* as.h: Likewise. * dwarf2dbg.c: Likewise. * ecoff.c: Likewise. * hash.c: Likewise. * listing.c: Likewise. * write.c: Likewise.
Diffstat (limited to 'gas/hash.c')
-rw-r--r--gas/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/hash.c b/gas/hash.c
index 2756f23..2faeba9 100644
--- a/gas/hash.c
+++ b/gas/hash.c
@@ -23,7 +23,7 @@
/* This version of the hash table code is a wholescale replacement of
the old hash table code, which was fairly bad. This is based on
the hash table code in BFD, but optimized slightly for the
- asssembler. The assembler does not need to derive structures that
+ assembler. The assembler does not need to derive structures that
are stored in the hash table. Instead, it always stores a pointer.
The assembler uses the hash table mostly to store symbols, and we
don't need to confuse the symbol structure with a hash table