aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2001-02-16 08:08:44 -0500
committerJason Merrill <jason@gcc.gnu.org>2001-02-16 08:08:44 -0500
commit86306c8e0f858831fe103f42de0799ded90d5070 (patch)
tree045dd9628869297a5697f359b707edda517be515 /gcc
parent1edf43d63f1f23b070786a1da29edbc63cdebae1 (diff)
downloadgcc-86306c8e0f858831fe103f42de0799ded90d5070.zip
gcc-86306c8e0f858831fe103f42de0799ded90d5070.tar.gz
gcc-86306c8e0f858831fe103f42de0799ded90d5070.tar.bz2
fix comment typo
From-SVN: r39764
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index 5d3510c..7a35bff 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -3751,7 +3751,7 @@ statement_code_p (code)
}
}
-/* Walk the statemen tree, rooted at *tp. Apply FUNC to all the
+/* Walk the statement tree, rooted at *tp. Apply FUNC to all the
sub-trees of *TP in a pre-order traversal. FUNC is called with the
DATA and the address of each sub-tree. If FUNC returns a non-NULL
value, the traversal is aborted, and the value returned by FUNC is