diff options
author | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-13 04:46:34 +0000 |
---|---|---|
committer | aldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-13 04:46:34 +0000 |
commit | 47ae02b70c395550e01975e649e37f6ea829dac5 (patch) | |
tree | b334918063791e89f97a111eb02e3d0c9f8a766e /gcc/cp/cp-array-notation.c | |
parent | d7d884cefe202081bff234e3bd0a3dcaed79d5a1 (diff) |
Fix double word typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-array-notation.c')
-rw-r--r-- | gcc/cp/cp-array-notation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-array-notation.c b/gcc/cp/cp-array-notation.c index eb675e53b252..2b7d4164379a 100644 --- a/gcc/cp/cp-array-notation.c +++ b/gcc/cp/cp-array-notation.c @@ -196,7 +196,7 @@ replace_invariant_exprs (tree *node) /* Replace array notation's built-in function passed in AN_BUILTIN_FN with the appropriate loop and computation (all stored in variable LOOP of type - tree node). The output of the function function is always a scalar and that + tree node). The output of the function is always a scalar and that result is returned in *NEW_VAR. *NEW_VAR is NULL_TREE if the function is __sec_reduce_mutating. */ |