verify_signed_buffer: fix stale comment
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Jan 2012 20:43:02 +0000 (12:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Jan 2012 21:02:26 +0000 (13:02 -0800)
The function used to take an integer flag to specify where the output
should go, but these days we supply a strbuf to receive it.

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