]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: Fix 2 typos
authorJakub Jelinek <jakub@redhat.com>
Thu, 25 Jan 2024 08:10:08 +0000 (09:10 +0100)
committerJakub Jelinek <jakub@redhat.com>
Thu, 25 Jan 2024 08:10:08 +0000 (09:10 +0100)
When looking into PR113572, I've noticed a typo in VECTOR_CST documentation
and grep found pasto of it elsewhere.

2024-01-25  Jakub Jelinek  <jakub@redhat.com>

* doc/generic.texi (VECTOR_CST): Fix typo - petterns -> patterns.
* doc/rtl.texi (CONST_VECTOR): Likewise.

gcc/doc/generic.texi
gcc/doc/rtl.texi

index 5746bdc026d0984fa4c2095cc693b8b9207e52ab..c596b7d44b21670a4b20a997069bda51830322e9 100644 (file)
@@ -1153,7 +1153,7 @@ vector.  For example @{ 0, 1 @} could be seen as two patterns with
 one element each or one pattern with two elements (@var{base0} and
 @var{base1}).  The canonical encoding is always the one with the
 fewest patterns or (if both encodings have the same number of
-petterns) the one with the fewest encoded elements.
+patterns) the one with the fewest encoded elements.
 
 @samp{vector_cst_encoding_nelts (@var{v})} gives the total number of
 encoded elements in @var{v}, which is 6 in the example above.
index 34034a95ec404588f23cd7104efc329eaf79ded8..8ea6588cb71f746dcc01c692335ec6b3650a4b0a 100644 (file)
@@ -1843,7 +1843,7 @@ vector.  For example @{ 0, 1 @} could be seen as two patterns with
 one element each or one pattern with two elements (@var{base0} and
 @var{base1}).  The canonical encoding is always the one with the
 fewest patterns or (if both encodings have the same number of
-petterns) the one with the fewest encoded elements.
+patterns) the one with the fewest encoded elements.
 
 @samp{const_vector_encoding_nelts (@var{v})} gives the total number of
 encoded elements in @var{v}, which is 6 in the example above.