diff mbox

Fix PR79991

Message ID alpine.LSU.2.20.1703131012200.30051@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener March 13, 2017, 9:12 a.m. UTC
Built on x86_64-unknown-linux-gnu, applied.

Richard

2017-03-13  Richard Biener  <rguenther@suse.de>

	PR other/79991
	* params.def (vect-max-peeling-for-alignment): Fix typo.
diff mbox

Patch

Index: gcc/params.def
===================================================================
--- gcc/params.def	(revision 246082)
+++ gcc/params.def	(working copy)
@@ -565,7 +565,7 @@  DEFPARAM(PARAM_VECT_MAX_VERSION_FOR_ALIA
 
 DEFPARAM(PARAM_VECT_MAX_PEELING_FOR_ALIGNMENT,
          "vect-max-peeling-for-alignment",
-         "Max number of loop peels to enhancement alignment of data references in a loop.",
+         "Maximum number of loop peels to enhance alignment of data references in a loop.",
          -1, -1, 64)
 
 DEFPARAM(PARAM_MAX_CSELIB_MEMORY_LOCATIONS,