aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/tree-ssa.texi
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-05-04 17:15:31 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-05-04 17:15:31 +0000
commit395bda42dda9992410fc66bf655ffe503ef6d75b (patch)
tree9f36a787a3f3346ad83db21e2bfd57726ec9694a /gcc/doc/tree-ssa.texi
parent4268e4cfa2e3720525e68b9b4277cc0bcce5ac5c (diff)
downloadgcc-395bda42dda9992410fc66bf655ffe503ef6d75b.zip
gcc-395bda42dda9992410fc66bf655ffe503ef6d75b.tar.gz
gcc-395bda42dda9992410fc66bf655ffe503ef6d75b.tar.bz2
tree-flow-inline.h, [...]: Likewise.
* tree-flow-inline.h, tree-ssa-operands.c, tree-ssa-operands.h, tree-ssa-opfinalize.h: Likewise. tree-vn.c: Fix comment typos. * doc/passes.texi, doc/tree-ssa.texi: Fix typos. From-SVN: r99220
Diffstat (limited to 'gcc/doc/tree-ssa.texi')
-rw-r--r--gcc/doc/tree-ssa.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi
index 88dcacf..cbceb37 100644
--- a/gcc/doc/tree-ssa.texi
+++ b/gcc/doc/tree-ssa.texi
@@ -831,7 +831,7 @@ The following access routines are available for examining operands:
@enumerate
@item @code{SINGLE_SSA_@{USE,DEF,TREE@}_OPERAND}: These accessors will return
-NULL unless there is exactly one operand mathcing the specified flags. If
+NULL unless there is exactly one operand matching the specified flags. If
there is exactly one operand, the operand is returned as either a @code{tree},
@code{def_operand_p}, or @code{use_operand_p}.