aboutsummaryrefslogtreecommitdiff
path: root/gold/script-sections.h
diff options
context:
space:
mode:
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>2016-11-25 21:01:42 +0100
committerAlan Modra <amodra@gmail.com>2016-11-27 15:03:06 +1030
commit5c3024d2c1d4c4f141d8364d487604f70678792a (patch)
treea4a248569472996ba801b29edaa88df38d090c0e /gold/script-sections.h
parent2b0f37619f797bf640b2d45acb615817dd202954 (diff)
downloadfsf-binutils-gdb-5c3024d2c1d4c4f141d8364d487604f70678792a.zip
fsf-binutils-gdb-5c3024d2c1d4c4f141d8364d487604f70678792a.tar.gz
fsf-binutils-gdb-5c3024d2c1d4c4f141d8364d487604f70678792a.tar.bz2
Fix spelling in comments in C source files (gold)
* aarch64.cc: Fix spelling in comments. * arm.cc: Fix spelling in comments. * icf.cc: Fix spelling in comments. * layout.cc: Fix spelling in comments. * layout.h: Fix spelling in comments. * mips.cc: Fix spelling in comments. * output.h: Fix spelling in comments. * plugin.h: Fix spelling in comments. * script-sections.h: Fix spelling in comments. * script.h: Fix spelling in comments. * stringpool.h: Fix spelling in comments. * tilegx.cc: Fix spelling in comments.
Diffstat (limited to 'gold/script-sections.h')
-rw-r--r--gold/script-sections.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/script-sections.h b/gold/script-sections.h
index 30fd96d..6e108fa 100644
--- a/gold/script-sections.h
+++ b/gold/script-sections.h
@@ -279,7 +279,7 @@ class Script_sections
size_t
total_header_size(Layout* layout) const;
- // Return the amount we have to subtract from the LMA to accomodate
+ // Return the amount we have to subtract from the LMA to accommodate
// headers of the given size.
uint64_t
header_size_adjustment(uint64_t lma, size_t sizeof_headers) const;