builtin-for-each-ref.c: comment fixes
authorJunio C Hamano <gitster@pobox.com>
Sat, 13 Feb 2010 19:29:27 +0000 (11:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 13 Feb 2010 19:29:27 +0000 (11:29 -0800)
The primary purpose of this is to get rid of stale comments that lamented
the lack of callback parameter from for_each_ref() which we have already
fixed. While at it we adjust the multi-line comment style to match the
style convention.

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