mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 17:25:11 +08:00
fix comment typo
From-SVN: r39764
This commit is contained in:
parent
1edf43d63f
commit
86306c8e0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user