refs: improve comments about "reading" argument of "resolve_ref"
commit4886b89f8fde57b76738c96761eecbfbd0b13112
authorChristian Couder <chriscool@tuxfamily.org>
Tue, 9 Sep 2008 05:10:56 +0000 (9 07:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Sep 2008 15:34:00 +0000 (9 08:34 -0700)
tree5dade94cc0d842bd28ddc62736666a6f0100208f
parent10708a994a632c392ab58aa7d11e49b322aa1505
refs: improve comments about "reading" argument of "resolve_ref"

The existing in-code comment was misleading.  An access that is not
"reading" may often be "writing", but it does not have to be.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c