* lto-plugin.c: Fix typo.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 29 May 2012 19:21:25 +0000 (20:21 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 29 May 2012 19:21:25 +0000 (20:21 +0100)
From-SVN: r187982

lto-plugin/ChangeLog
lto-plugin/lto-plugin.c

index 401884df694154c794109c6c54703cf2c61e89b3..75c14055b94035dfd8c9813705a36f079032d9e9 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * lto-plugin.c: Fix typo.
+
 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
index 8d55cb8f49185c5043b6e1bbcda61f3897190f2b..6f31ed273842f1f1cbd01f09150e1123f393aca6 100644 (file)
@@ -754,7 +754,7 @@ resolve_conflicts (struct plugin_symtab *t, struct plugin_symtab *conflicts)
   conflicts->syms = xmalloc (sizeof (struct ld_plugin_symbol) * outlen);
   conflicts->aux = xmalloc (sizeof (struct sym_aux) * outlen);
 
-  /* Move all duplicate symbols into the auxillary conflicts table. */
+  /* Move all duplicate symbols into the auxiliary conflicts table. */
   out = 0;
   for (i = 0; i < t->nsyms; i++) 
     {