diff mbox series

Fix typo "permutaion" in vect_grouped_store_supported.

Message ID CAAgBjMmRpQBUSNw9qp8+UJBLtH=mAAjzHgwBo2fSikhkOysA9A@mail.gmail.com
State New
Headers show
Series Fix typo "permutaion" in vect_grouped_store_supported. | expand

Commit Message

Prathamesh Kulkarni Aug. 23, 2018, 6:27 p.m. UTC
Committed as obvious in r263819.

Regards,
Prathamesh
2018-08-23  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

	* tree-vect-data-refs.c (vect_grouped_store_supported): Fix typo
	"permutaion".
diff mbox series

Patch

diff --git a/gcc/tree-vect-data-refs.c b/gcc/tree-vect-data-refs.c
index d70d207c7d2..909728919c7 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;
 }