From: Gerald Pfeifer Date: Thu, 25 Sep 2025 21:54:43 +0000 (+0200) Subject: doc: Fix grammar around Vector Extensions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c28bb9123c5cbbef1f4c39ddaf5733cb8ec313;p=thirdparty%2Fgcc.git doc: Fix grammar around Vector Extensions gcc: * doc/extend.texi (Vector Extensions): Fix grammar. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 596cb5d3259..d6a2f724cab 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -16529,9 +16529,9 @@ result of the comparison is a vector of the same width and number of elements as the comparison operands with a signed integral element type. -Vectors are compared element-wise producing 0 when comparison is false -and -1 (constant of the appropriate type where all bits are set) -otherwise. Consider the following example. +Vectors are compared element-wise producing 0 when the comparison is false +and -1 (a constant of the appropriate type where all bits are set) +otherwise. Consider the following example: @smallexample typedef int v4si __attribute__ ((vector_size (16)));