builtin-for-each-ref.c: comment fixes
commit40dae3094db123be664c69b356b6e4f4e33d80e6
authorJunio C Hamano <gitster@pobox.com>
Sat, 13 Feb 2010 19:29:27 +0000 (13 11:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 13 Feb 2010 19:29:27 +0000 (13 11:29 -0800)
treee15475d4f525c13bd5e8501a741ecc39c5ee8c1d
parente923eaeb901ff056421b9007adcbbce271caa7b6
builtin-for-each-ref.c: comment fixes

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>
builtin-for-each-ref.c