diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-10-27 12:45:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-10-27 12:45:17 +0000 |
commit | 47eebc207fc8d4cc5611eb946ba04398e47ea15b (patch) | |
tree | 5df86f7e8022995e67291a2668a21f06f086c295 /gas/frags.h | |
parent | 8afcbaff980c8e5453c7a869102f3507895c7383 (diff) | |
download | binutils-gdb-47eebc207fc8d4cc5611eb946ba04398e47ea15b.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/frags.h')
-rw-r--r-- | gas/frags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/frags.h b/gas/frags.h index 9d52ae83579..82bf7c8ef09 100644 --- a/gas/frags.h +++ b/gas/frags.h @@ -116,7 +116,7 @@ COMMON fragS bss_address_frag; #if 0 /* A macro to speed up appending exactly 1 char to current frag. */ -/* JF changed < 1 to <= 1 to avoid a race conditon. */ +/* JF changed < 1 to <= 1 to avoid a race condition. */ #define FRAG_APPEND_1_CHAR(datum) \ { \ if (obstack_room (&frags) <= 1) \ |