From 5c3024d2c1d4c4f141d8364d487604f70678792a Mon Sep 17 00:00:00 2001 From: Ambrogino Modigliani Date: Fri, 25 Nov 2016 21:01:42 +0100 Subject: 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. --- gold/mips.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/mips.cc') diff --git a/gold/mips.cc b/gold/mips.cc index 61b3513..2ed73b2 100644 --- a/gold/mips.cc +++ b/gold/mips.cc @@ -9742,7 +9742,7 @@ Target_mips::do_finalize_sections(Layout* layout, d_val = elfcpp::RHF_NOTPOT; odyn->add_constant(elfcpp::DT_MIPS_FLAGS, d_val); - // Save layout for using when emiting custom dynamic tags. + // Save layout for using when emitting custom dynamic tags. this->layout_ = layout; // This member holds the base address of the segment. -- cgit v1.1