From: law Date: Tue, 8 Sep 2015 19:54:23 +0000 (+0000) Subject: Re: [PATCH] Minor cleanup of const_and_copies stack X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55d52ecf936a05aebd90a034266c7afc7362c2f3;p=thirdparty%2Fgcc.git Re: [PATCH] Minor cleanup of const_and_copies stack * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee51b73732c5..c33ec074b73a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-09-07 Jeff Law + + * tree-ssa-scopedtables.h (class const_and_copies): Fix comment typo. + 2015-09-08 Alan Lawrence * doc/sourcebuild.texi (arm_neon_fp16): Correct cross-reference. diff --git a/gcc/tree-ssa-scopedtables.h b/gcc/tree-ssa-scopedtables.h index 564c24d42899..13f7ccb180e9 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);