fix comment typo

From-SVN: r39764
This commit is contained in:
Jason Merrill 2001-02-16 08:08:44 -05:00
parent 1edf43d63f
commit 86306c8e0f

View File

@ -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