]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: fix a typo in tm.texi
authorWei Wentao <weiwt.fnst@cn.fujitsu.com>
Mon, 3 Aug 2020 13:01:42 +0000 (14:01 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Mon, 3 Aug 2020 13:01:42 +0000 (14:01 +0100)
gcc/
* doc/tm.texi.in (VECTOR_STORE_FLAG_VALUE): Fix a typo.
* doc/tm.texi: Regenerate.

gcc/doc/tm.texi
gcc/doc/tm.texi.in

index 437187694b67e8016aaaa310adf6d2aa32cbc0a8..fb902b36d99e5bfdbaa127100e46d7e538444b3a 100644 (file)
@@ -11284,7 +11284,7 @@ this macro.
 @end defmac
 
 @defmac VECTOR_STORE_FLAG_VALUE (@var{mode})
-A C expression that gives a rtx representing the nonzero true element
+A C expression that gives an rtx representing the nonzero true element
 for vector comparisons.  The returned rtx should be valid for the inner
 mode of @var{mode} which is guaranteed to be a vector mode.  Define
 this macro on machines that have vector comparison operations that
index d76c85d580096866d47836de75cd8437080ddfbb..412e22c89ab9d8dbea0cfe5536d75827191418d4 100644 (file)
@@ -7661,7 +7661,7 @@ this macro.
 @end defmac
 
 @defmac VECTOR_STORE_FLAG_VALUE (@var{mode})
-A C expression that gives a rtx representing the nonzero true element
+A C expression that gives an rtx representing the nonzero true element
 for vector comparisons.  The returned rtx should be valid for the inner
 mode of @var{mode} which is guaranteed to be a vector mode.  Define
 this macro on machines that have vector comparison operations that