From fa5ab3ce1186d861c72a99f9c1e65c8454b88ae3 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 b5b266cc7..6a3a16c6f 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.11.4.GIT