This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] tree-inline.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2006-12-30  Kazu Hirata  <kazu@codesourcery.com>

	* tree-inline.c: Fix a comment typo.

Index: tree-inline.c
===================================================================
--- tree-inline.c	(revision 120287)
+++ tree-inline.c	(working copy)
@@ -883,7 +883,7 @@ copy_bb (copy_body_data *id, basic_block
 
    There is however exception where inlining might change dominator relation
    across EH edges from basic block within inlined functions destinating
-   to landging pads in function we inline into.
+   to landing pads in function we inline into.
 
    The function mark PHI_RESULT of such PHI nodes for renaming; it is
    safe the EH edges are abnormal and SSA_NAME_OCCURS_IN_ABNORMAL_PHI


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