diff options
Diffstat (limited to 'gas/write.c')
-rw-r--r-- | gas/write.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/write.c b/gas/write.c index c502b08..99b4812 100644 --- a/gas/write.c +++ b/gas/write.c @@ -1458,7 +1458,7 @@ compress_debug (bfd *abfd, asection *sec, void *xxx ATTRIBUTE_UNUSED) compressed_size = header_size; /* Stream the frags through the compression engine, adding new frags - as necessary to accomodate the compressed output. */ + as necessary to accommodate the compressed output. */ for (f = seginfo->frchainP->frch_root; f; f = f->fr_next) @@ -1835,7 +1835,7 @@ write_object_file (void) #endif /* From now on, we don't care about sub-segments. Build one frag chain - for each segment. Linked thru fr_next. */ + for each segment. Linked through fr_next. */ /* Remove the sections created by gas for its own purposes. */ { |