summaryrefslogtreecommitdiff
path: root/gas/input-scrub.c
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
commit47eebc207fc8d4cc5611eb946ba04398e47ea15b (patch)
tree5df86f7e8022995e67291a2668a21f06f086c295 /gas/input-scrub.c
parent8afcbaff980c8e5453c7a869102f3507895c7383 (diff)
downloadbinutils-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/input-scrub.c')
-rw-r--r--gas/input-scrub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/input-scrub.c b/gas/input-scrub.c
index d3437114aa4..84beacaf728 100644
--- a/gas/input-scrub.c
+++ b/gas/input-scrub.c
@@ -33,7 +33,7 @@
* were broken across buffers, and return a buffer of full lines to
* the caller.
* The last partial line begins the next buffer we build and return to caller.
- * The buffer returned to caller is preceeded by BEFORE_STRING and followed
+ * The buffer returned to caller is preceded by BEFORE_STRING and followed
* by AFTER_STRING, as sentinels. The last character before AFTER_STRING
* is a newline.
* Also looks after line numbers, for e.g. error messages.