diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-29 20:21:25 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2012-05-29 20:21:25 +0100 |
commit | 3f417959fd146f61f0b38968d73dab28f8bce0a3 (patch) | |
tree | 3720bb4cb8d5d509f8333f388662f91e8443e24f /lto-plugin | |
parent | 4ac1dacf91274220f31b1d42503f7d197362ee4e (diff) | |
download | gcc-3f417959fd146f61f0b38968d73dab28f8bce0a3.zip gcc-3f417959fd146f61f0b38968d73dab28f8bce0a3.tar.gz gcc-3f417959fd146f61f0b38968d73dab28f8bce0a3.tar.bz2 |
* lto-plugin.c: Fix typo.
From-SVN: r187982
Diffstat (limited to 'lto-plugin')
-rw-r--r-- | lto-plugin/ChangeLog | 4 | ||||
-rw-r--r-- | lto-plugin/lto-plugin.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 401884d..75c1405 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -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. diff --git a/lto-plugin/lto-plugin.c b/lto-plugin/lto-plugin.c index 8d55cb8..6f31ed2 100644 --- a/lto-plugin/lto-plugin.c +++ b/lto-plugin/lto-plugin.c @@ -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++) { |