]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Fix grammar around Vector Extensions
authorGerald Pfeifer <gerald@pfeifer.com>
Thu, 25 Sep 2025 21:54:43 +0000 (23:54 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Thu, 25 Sep 2025 21:59:06 +0000 (23:59 +0200)
gcc:
* doc/extend.texi (Vector Extensions): Fix grammar.

gcc/doc/extend.texi

index 596cb5d3259851272ccac1735dc488016471468e..d6a2f724cabc837f86de3b1f042d7d9745c72ffd 100644 (file)
@@ -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 (constant of the appropriate type where all bits are set)
+otherwise. Consider the following example:
 
 @smallexample
 typedef int v4si __attribute__ ((vector_size (16)));