receive-pack: update comment with check_everything_connected
commit7987d2232d1bcadeb13779af6917044c8cf9ba95
authorJeff King <peff@peff.net>
Fri, 21 Sep 2018 23:04:45 +0000 (21 19:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Sep 2018 20:32:08 +0000 (25 13:32 -0700)
tree71f4135df5753004b4df914ec183e2a561de2247
parent7043c7071cdbdef60ce8413f425da622b8e6dc85
receive-pack: update comment with check_everything_connected

That function is now called "check_connected()", but we forgot to update
this comment in 7043c7071c (check_everything_connected: use a struct
with named options, 2016-07-15).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/receive-pack.c