aboutsummaryrefslogtreecommitdiff
path: root/gcc/reg-stack.c
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2005-07-21 11:53:00 +0000
committerVolker Reichelt <reichelt@igpm.rwth-aachen.de>2005-07-21 11:53:00 +0000
commit7d5e2feba83e302ad9ea4580606ce4cc1b12eaa0 (patch)
treed58c27b9153f5e65b9e113382a81cd3bce6eac2b /gcc/reg-stack.c
parentdff583a65b03a2ab84b5e30cdabe9065a503e243 (diff)
* reg-stack.c: Fix comment typo(s).
* tree-ssa-operands.c: Likewise. * tree-vectorizer: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@102232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r--gcc/reg-stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c
index 9f44f518095..aedd4a5cf3a 100644
--- a/gcc/reg-stack.c
+++ b/gcc/reg-stack.c
@@ -228,7 +228,7 @@ enum emit_where
static basic_block current_block;
/* In the current_block, whether we're processing the first register
- stack or call instruction, i.e. the the regstack is currently the
+ stack or call instruction, i.e. the regstack is currently the
same as BLOCK_INFO(current_block)->stack_in. */
static bool starting_stack_p;