From: prathamesh3492 Date: Thu, 23 Aug 2018 18:22:10 +0000 (+0000) Subject: 2018-08-23 Prathamesh Kulkarni X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12554a625f3e3f0117a27ea271bbc6b27bc88fd4;p=thirdparty%2Fgcc.git 2018-08-23 Prathamesh Kulkarni * tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263819 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4be494db1e07..d0484e78a876 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-08-23 Prathamesh Kulkarni + + * tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo + "permutaion". + 2018-08-23 Giuliano Belinassi * genmatch.c (parser::parse_operation): Fix typo 'exapnded' diff --git a/gcc/tree-vect-data-refs.c b/gcc/tree-vect-data-refs.c index e0d05333b457..9beb9d51f873 100644 --- a/gcc/tree-vect-data-refs.c +++ b/gcc/tree-vect-data-refs.c @@ -5154,7 +5154,7 @@ vect_grouped_store_supported (tree vectype, unsigned HOST_WIDE_INT count) if (dump_enabled_p ()) dump_printf (MSG_MISSED_OPTIMIZATION, - "permutaion op not supported by target.\n"); + "permutation op not supported by target.\n"); return false; }