diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/walker.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/walker.c b/src/walker.c index d1b1e96a2..a7123d8ab 100644 --- a/src/walker.c +++ b/src/walker.c @@ -27,11 +27,11 @@ ** ** WRC_Continue Continue descending down the tree. ** -** WRC_Prune Do not descend into child nodes. But allow +** WRC_Prune Do not descend into child nodes, but allow ** the walk to continue with sibling nodes. ** ** WRC_Abort Do no more callbacks. Unwind the stack and -** return the top-level walk call. +** return from the top-level walk call. ** ** The return value from this routine is WRC_Abort to abandon the tree walk ** and WRC_Continue to continue. |