tree-walk: Correct bitrotted comment about tree_entry()
authorElijah Newren <newren@gmail.com>
Wed, 25 Aug 2010 02:53:11 +0000 (20:53 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Aug 2010 23:31:21 +0000 (16:31 -0700)
There was a code comment that referred to the "above two functions" but
over time the functions immediately preceding the comment have changed.
Just mention the relevant functions by name.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found