From: Jeff Law Date: Tue, 8 Sep 2015 19:54:23 +0000 (-0600) Subject: Re: [PATCH] Minor cleanup of const_and_copies stack X-Git-Tag: upstream/12.2.0~52568 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=465eeda4954487b776c9e7f23cc695b886a59993;p=platform%2Fupstream%2Fgcc.git 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 --- 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 + + * 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 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);