This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Typo fix in gold ICF


Hello,
   there's a small typo fix for gold.

Changelog:

2014-04-29  Martin Liska  <mliska@suse.cz>

       * object.cc: Typo fixed.

Thank you,
Martin


diff --git a/gold/object.cc b/gold/object.cc
index 11c22c6..c894c13 100644
--- a/gold/object.cc
+++ b/gold/object.cc
@@ -1632,7 +1632,7 @@ Sized_relobj_file<size, big_endian>::do_layout(Symbol_table* symtab,
 				symtab->icf()->get_folded_section(this, i);
 		    Relobj* folded_obj =
 				reinterpret_cast<Relobj*>(folded.first);
-		    gold_info(_("%s: ICF folding section '%s' in file '%s'"
+		    gold_info(_("%s: ICF folding section '%s' in file '%s' "
 				"into '%s' in file '%s'"),
 			      program_name, this->section_name(i).c_str(),
 			      this->name().c_str(),
diff --git a/gold/po/es.po b/gold/po/es.po
index 2683a2a..9ccd21f 100644
--- a/gold/po/es.po
+++ b/gold/po/es.po
@@ -871,7 +871,7 @@ msgstr "%s: se borra la sección sin usar de '%s' en el fichero '%s'"
 
 #: object.cc:1257
 #, c-format
-msgid "%s: ICF folding section '%s' in file '%s'into '%s' in file '%s'"
+msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
 msgstr "%s: la sección de incorporación ICF '%s' en el fichero '%s' dentro de '%s' en el fichero '%s'"
 
 #: object.cc:1454
diff --git a/gold/po/fi.po b/gold/po/fi.po
index 59f28eb..aeebf00 100644
--- a/gold/po/fi.po
+++ b/gold/po/fi.po
@@ -875,7 +875,7 @@ msgstr "%s: poistetaan käyttämättömät lohkot kohteesta â??%sâ?? tiedostossa
 
 #: object.cc:1257
 #, c-format
-msgid "%s: ICF folding section '%s' in file '%s'into '%s' in file '%s'"
+msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
 msgstr "%s: ICF-laskostumislohko â??%sâ?? tiedostossa â??%sâ?? kohteeseen â??%sâ?? tiedostossa â??%sâ??"
 
 #: object.cc:1454
diff --git a/gold/po/gold.pot b/gold/po/gold.pot
index 6340518..302f33c 100644
--- a/gold/po/gold.pot
+++ b/gold/po/gold.pot
@@ -1299,7 +1299,7 @@ msgstr ""
 
 #: object.cc:1636
 #, c-format
-msgid "%s: ICF folding section '%s' in file '%s'into '%s' in file '%s'"
+msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
 msgstr ""
 
 #: object.cc:1927
diff --git a/gold/po/it.po b/gold/po/it.po
index 144a1e7..16c8f5a 100644
--- a/gold/po/it.po
+++ b/gold/po/it.po
@@ -872,7 +872,7 @@ msgstr "%s: rimozione da \"%s\" della sezione inutilizzata nel file \"%s\""
 
 #: object.cc:1257
 #, c-format
-msgid "%s: ICF folding section '%s' in file '%s'into '%s' in file '%s'"
+msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
 msgstr "%s: ripiegamento ICF della sezione \"%s\" nel file \"%s\" dentro a \"%s\" nel file \"%s\""
 
 #: object.cc:1454
diff --git a/gold/po/vi.po b/gold/po/vi.po
index fadc16f..84fb8ba 100644
--- a/gold/po/vi.po
+++ b/gold/po/vi.po
@@ -877,7 +877,7 @@ msgstr "%s: Ä?ang gỡ bá»? phần không dùng khá»?i \"%s\" trong tập tin \"
 
 #: object.cc:1257
 #, c-format
-msgid "%s: ICF folding section '%s' in file '%s'into '%s' in file '%s'"
+msgid "%s: ICF folding section '%s' in file '%s' into '%s' in file '%s'"
 msgstr "%s: ICF Ä?ang gấp phần \"%s\" trong tập tin \"%s\" vào \"%s\" trong tập tin \"%s\""
 
 #: object.cc:1454

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]