From: Martin Jambor Date: Tue, 13 Jun 2017 11:46:14 +0000 (+0200) Subject: Fixed spelling mistake in gcc/ChangeLog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5622463a6da3e2aa98ba401b63686fe62b004b8b;p=gcc.git Fixed spelling mistake in gcc/ChangeLog From-SVN: r249155 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bf2efd50e64..e0a894f35c5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -3,8 +3,8 @@ PR tree-optimization/80803 PR tree-optimization/81063 * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file. - (propagate_subaccesses_across_link): Enqueue subtree whneve necessary - instead of relying on the caller. + (propagate_subaccesses_across_link): Enqueue subtree whenever + necessary instead of relying on the caller. 2017-06-13 Martin Jambor