diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-16 13:08:44 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-16 13:08:44 +0000 |
commit | 7b915c102fb982658fd8dca8652654753569e4e6 (patch) | |
tree | 045dd9628869297a5697f359b707edda517be515 | |
parent | f414ade28263516299b50fbfd3c78b814875c493 (diff) | |
download | gcc-7b915c102fb982658fd8dca8652654753569e4e6.tar.gz |
fix comment typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39764 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 5d3510c8834..7a35bffdd61 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 |