aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2015-09-08 13:54:23 -0600
committerJeff Law <law@gcc.gnu.org>2015-09-08 13:54:23 -0600
commit465eeda4954487b776c9e7f23cc695b886a59993 (patch)
tree822b2f95adda5e59f5325f940d788fb0417b2c97
parent04da74f93a3734a904f4730a5a69c7fd73335566 (diff)
downloadgcc-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
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree-ssa-scopedtables.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ee51b73..c33ec07 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-07 Jeff Law <law@redhat.com>
+
+ * tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo.
+
2015-09-08 Alan Lawrence <alan.lawrence@arm.com>
* doc/sourcebuild.texi (arm_neon_fp16): Correct cross-reference.
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);