From 9a2743de46f7a62fadaa0be041ec3eb78342c050 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 4 Aug 2010 10:45:05 +0000 Subject: [PATCH] Fix tipo in comment. --- gold/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4