diff mbox

S/390: Add missin full stop in option description.

Message ID 20160114115137.GA405@linux.vnet.ibm.com
State New
Headers show

Commit Message

Dominik Vogt Jan. 14, 2016, 11:51 a.m. UTC
The attached patch fixes a test failure because of a missing full
stop at the end of an S/390 option help text.

Ciao

Dominik ^_^  ^_^

Comments

Andreas Krebbel Jan. 15, 2016, 12:39 p.m. UTC | #1
> gcc/ChangeLog
> 
> 	* config/s390/s390.opt (mtune): Add full stop.
Applied. Thanks!

-Andreas-
diff mbox

Patch

From 6d4de7bb9ff9643b4cf3c967ea5ccfd1591d0799 Mon Sep 17 00:00:00 2001
From: Dominik Vogt <vogt@linux.vnet.ibm.com>
Date: Thu, 14 Jan 2016 12:39:21 +0100
Subject: [PATCH] S/390: Add missin full stop in option description.

---
 gcc/config/s390/s390.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/s390/s390.opt b/gcc/config/s390/s390.opt
index 18304b3..1ae1396 100644
--- a/gcc/config/s390/s390.opt
+++ b/gcc/config/s390/s390.opt
@@ -176,7 +176,7 @@  Use the mvcle instruction for block moves.
 mzvector
 Target Report Mask(ZVECTOR) Save
 Enable the z vector language extension providing the context-sensitive
-vector macro and enable the Altivec-style builtins in vecintrin.h
+vector macro and enable the Altivec-style builtins in vecintrin.h.
 
 mwarn-dynamicstack
 Target Var(s390_warn_dynamicstack_p) Save
-- 
2.3.0