diff mbox

[gomp4,committed] Fix double word typo in tree-inline.c

Message ID 563CC262.1080305@mentor.com
State New
Headers show

Commit Message

Tom de Vries Nov. 6, 2015, 3:08 p.m. UTC
Hi,

reverting a patch in tree-inline.c in gomp-4_0-branch exposed a typo 
already fixed on trunk.  This patch fixes that.

Committed to gomp-4_0-branch.

Thanks,
- Tom
diff mbox

Patch

2015-11-06  Tom de Vries  <tom@codesourcery.com>

	backport from trunk:
	2015-07-12  Aldy Hernandez  <aldyh@redhat.com>

	* tree-inline.c: Fix double word typos.
---
 gcc/tree-inline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c
index 3d06e6e..884131f 100644
--- a/gcc/tree-inline.c
+++ b/gcc/tree-inline.c
@@ -4540,7 +4540,7 @@  expand_call_inline (basic_block bb, gimple *stmt, copy_body_data *id)
   id->src_cfun = DECL_STRUCT_FUNCTION (fn);
   id->call_stmt = stmt;
 
-  /* If the the src function contains an IFN_VA_ARG, then so will the dst
+  /* If the src function contains an IFN_VA_ARG, then so will the dst
      function after inlining.  */
   if ((id->src_cfun->curr_properties & PROP_gimple_lva) == 0)
     {
-- 
1.9.1