diff options
author | Jim Meyering <meyering@redhat.com> | 2011-04-18 20:42:30 +0000 |
---|---|---|
committer | Jim Meyering <meyering@gcc.gnu.org> | 2011-04-18 20:42:30 +0000 |
commit | cff414845242354eb7879953c96d26b2a79f22ac (patch) | |
tree | 6f559d7543ec619babf7eed1a580fa7cb1198983 /gcc/tree-cfg.c | |
parent | f60c25544c92d51515d6eb005a74498547612908 (diff) | |
download | gcc-cff414845242354eb7879953c96d26b2a79f22ac.zip gcc-cff414845242354eb7879953c96d26b2a79f22ac.tar.gz gcc-cff414845242354eb7879953c96d26b2a79f22ac.tar.bz2 |
fix doubled-word typos in comments and strings: e.g., s/in in/in/
From-SVN: r172670
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index fc8c940..3df4dcc 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -1,6 +1,6 @@ /* Control flow functions for trees. Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, - 2010 Free Software Foundation, Inc. + 2010, 2011 Free Software Foundation, Inc. Contributed by Diego Novillo <dnovillo@redhat.com> This file is part of GCC. @@ -2989,7 +2989,7 @@ verify_types_in_gimple_reference (tree expr, bool require_lvalue) if (!TMR_BASE (expr) || !is_gimple_mem_ref_addr (TMR_BASE (expr))) { - error ("invalid address operand in in TARGET_MEM_REF"); + error ("invalid address operand in TARGET_MEM_REF"); return true; } if (!TMR_OFFSET (expr) |