[gcc r12-2186] docs: add missing 'see' word

Sergei Trofimovich slyfox@gcc.gnu.org
Fri Jul 9 07:50:15 GMT 2021


https://gcc.gnu.org/g:b5405babd82b84a65efab4e59ffbf22c8c93ff53

commit r12-2186-gb5405babd82b84a65efab4e59ffbf22c8c93ff53
Author: Sergei Trofimovich <siarheit@google.com>
Date:   Fri Jul 9 08:19:37 2021 +0100

    docs: add missing 'see' word
    
    gcc/ChangeLog:
    
            * doc/md.texi: Add missing 'see' word.

Diff:
---
 gcc/doc/md.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index cc92ebd26aa..7a4d24ead90 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -9937,7 +9937,7 @@ Lengths are measured in addressable storage units (bytes).
 Note that it is possible to call functions via the @code{symbol_ref}
 mechanism to compute the length of an insn.  However, if you use this
 mechanism you must provide dummy clauses to express the maximum length
-without using the function call.  You can an example of this in the
+without using the function call.  You can see an example of this in the
 @code{pa} machine description for the @code{call_symref} pattern.
 
 The following macros can be used to refine the length computation:


More information about the Gcc-cvs mailing list