diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-03-08 17:49:34 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-03-08 17:49:34 +0000 |
commit | fe4bc12362e8be94ac5f11b14de473002aea3cf5 (patch) | |
tree | 4588609e22a86a635c375d52a059b83f1f464d83 /gcc/lto | |
parent | 24794e79c5991eade3fea4d74c56a944eb27b291 (diff) | |
download | gcc-fe4bc12362e8be94ac5f11b14de473002aea3cf5.tar.gz |
* ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
- becuase -> because.
* ipa-reference.c (ignore_module_statics): Likewise.
* cgraph.c (cgraph_node::get_body): Likewise.
* ipa-inline.c (early_inliner): Likewise.
* ipa-devirt.c (types_same_for_odr): Likewise.
* tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
* config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
cp/
* decl.c (duplicate_decls): Fix spelling - becuase -> because.
lto/
* lto-symtab.h (lto_symtab_prevail_decl): Fix spelling
- becuase -> because.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234061 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto')
-rw-r--r-- | gcc/lto/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/lto/lto-symtab.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 6496fd900a7..7a298d6edf0 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,8 @@ +2016-03-08 Jakub Jelinek <jakub@redhat.com> + + * lto-symtab.h (lto_symtab_prevail_decl): Fix spelling + - becuase -> because. + 2016-02-15 Tom de Vries <tom@codesourcery.com> PR lto/69655 diff --git a/gcc/lto/lto-symtab.h b/gcc/lto/lto-symtab.h index 2dccde6e929..821e2e0b480 100644 --- a/gcc/lto/lto-symtab.h +++ b/gcc/lto/lto-symtab.h @@ -25,7 +25,7 @@ extern tree lto_symtab_prevailing_virtual_decl (tree decl); /* Mark DECL to be previailed by PREVAILING. Use DECL_ABSTRACT_ORIGIN and DECL_CHAIN as special markers; those do not disturb debug_tree and diagnostics. - We are safe to modify them as we wish, becuase the declarations disappear + We are safe to modify them as we wish, because the declarations disappear from the IL after the merging. */ inline void |