]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Re: [PATCH] Minor cleanup of const_and_copies stack
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Sep 2015 19:54:23 +0000 (19:54 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Sep 2015 19:54:23 +0000 (19:54 +0000)
        * tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227559 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-ssa-scopedtables.h

index ee51b73732c56c4f71d7a79100c5b7c7e7251cce..c33ec074b73a3b8893a5a0037d89230ef9249f31 100644 (file)
@@ -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.
index 564c24d42899879419cfdd837433cabc92c79bd9..13f7ccb180e91e271448450a0a7d89d5168fb87d 100644 (file)
@@ -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);