diff options
Diffstat (limited to 'gas/input-scrub.c')
-rw-r--r-- | gas/input-scrub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/input-scrub.c b/gas/input-scrub.c index d343711..84beaca 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. |