From 429ca5b4809f0109ccd84984477b436cd35b677c Mon Sep 17 00:00:00 2001 From: Prathamesh Kulkarni Date: Thu, 23 Aug 2018 18:22:10 +0000 Subject: [PATCH] tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion". 2018-08-23 Prathamesh Kulkarni * tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo "permutaion". From-SVN: r263819 --- gcc/ChangeLog | 5 +++++ gcc/tree-vect-data-refs.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4be494db1e0..d0484e78a87 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 e0d05333b45..9beb9d51f87 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; } -- 2.30.2