diff options
author | Sergei Trofimovich <siarheit@google.com> | 2021-07-09 08:19:37 +0100 |
---|---|---|
committer | Sergei Trofimovich <siarheit@google.com> | 2021-07-09 08:49:44 +0100 |
commit | b5405babd82b84a65efab4e59ffbf22c8c93ff53 (patch) | |
tree | 5a12b5c33d52a12970cdf2e2794db29e30188964 /gcc | |
parent | 5f2d3ff4e5e2ecd92f78467209ff266a8932acd7 (diff) | |
download | gcc-b5405babd82b84a65efab4e59ffbf22c8c93ff53.zip gcc-b5405babd82b84a65efab4e59ffbf22c8c93ff53.tar.gz gcc-b5405babd82b84a65efab4e59ffbf22c8c93ff53.tar.bz2 |
docs: add missing 'see' word
gcc/ChangeLog:
* doc/md.texi: Add missing 'see' word.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index cc92ebd..7a4d24e 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: |