From b5405babd82b84a65efab4e59ffbf22c8c93ff53 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 9 Jul 2021 08:19:37 +0100 Subject: [PATCH] docs: add missing 'see' word gcc/ChangeLog: * doc/md.texi: Add missing 'see' word. --- 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: