diff options
author | Ian Lance Taylor <ian@airs.com> | 2010-08-04 10:45:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2010-08-04 10:45:05 +0000 |
commit | 9a2743de46f7a62fadaa0be041ec3eb78342c050 (patch) | |
tree | a87b80f27418c4456729ae82762bbc797a6ce47b /gold/layout.h | |
parent | 5f101a3d6f22d0d98898df1f8cf8c406c5d96777 (diff) | |
download | gdb-9a2743de46f7a62fadaa0be041ec3eb78342c050.zip gdb-9a2743de46f7a62fadaa0be041ec3eb78342c050.tar.gz gdb-9a2743de46f7a62fadaa0be041ec3eb78342c050.tar.bz2 |
Fix tipo in comment.
Diffstat (limited to 'gold/layout.h')
-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. |