diff options
author | Jeff Law <law@redhat.com> | 2015-09-08 13:54:23 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2015-09-08 13:54:23 -0600 |
commit | 465eeda4954487b776c9e7f23cc695b886a59993 (patch) | |
tree | 822b2f95adda5e59f5325f940d788fb0417b2c97 /gcc/tree-ssa-scopedtables.h | |
parent | 04da74f93a3734a904f4730a5a69c7fd73335566 (diff) | |
download | gcc-465eeda4954487b776c9e7f23cc695b886a59993.zip gcc-465eeda4954487b776c9e7f23cc695b886a59993.tar.gz gcc-465eeda4954487b776c9e7f23cc695b886a59993.tar.bz2 |
Re: [PATCH] Minor cleanup of const_and_copies stack
Re: [PATCH] Minor cleanup of const_and_copies stack
* tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo.
From-SVN: r227559
Diffstat (limited to 'gcc/tree-ssa-scopedtables.h')
-rw-r--r-- | gcc/tree-ssa-scopedtables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-scopedtables.h b/gcc/tree-ssa-scopedtables.h index 564c24d..13f7ccb 100644 --- a/gcc/tree-ssa-scopedtables.h +++ b/gcc/tree-ssa-scopedtables.h @@ -29,7 +29,7 @@ class const_and_copies /* Push the unwinding marker onto the stack. */ void push_marker (void) { stack.safe_push (NULL_TREE); } - /* Restore the const/copies table to its state whe the last marker + /* Restore the const/copies table to its state when the last marker was pushed. */ void pop_to_marker (void); |