tree-walk: Correct bitrotted comment about tree_entry()
authorElijah Newren <newren@gmail.com>
Thu, 26 Aug 2010 06:21:47 +0000 (00:21 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Aug 2010 16:53:35 +0000 (09:53 -0700)
commitdabb061fa358e8884889632f0be5b6c76916c893
tree52d5e66a5450b5ff294be1960b6088b749e17854
parentb6b987a09457e9c8d49aad9170df32b1f607c5b9
tree-walk: Correct bitrotted comment about tree_entry()

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>
tree-walk.h