diff options
Diffstat (limited to 'gold')
-rw-r--r-- | gold/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/layout.h b/gold/layout.h index b5b266c..6a3a16c 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -313,7 +313,7 @@ enum Output_section_order ORDER_DYNAMIC_RELOCS, // Put the PLT reloc section after the other dynamic relocs; - // otherwise, prelink gets foncused. + // otherwise, prelink gets confused. ORDER_DYNAMIC_PLT_RELOCS, // The .init section. |