sha1-file: fix outdated sha1 comment references
commitcb1c8d1d3c954e06535217dfc63c7b4b8ff58d72
authorJeff King <peff@peff.net>
Mon, 7 Jan 2019 08:33:52 +0000 (7 03:33 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jan 2019 17:40:19 +0000 (8 09:40 -0800)
treec9d5571cfb88eff70877d161345d48d453626f7b
parent8be88dbcb1322df53c41c496bf718c5564c82bfb
sha1-file: fix outdated sha1 comment references

Commit 17e65451e3 (sha1_file: convert check_sha1_signature to struct
object_id, 2018-03-12) switched to using the name "oid", but forgot to
update the variable name in the comment.

Likewise, b4f5aca40e (sha1_file: convert read_sha1_file to struct
object_id, 2018-03-12) dropped the name read_sha1_file(), but missed a
comment which mentions it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sha1-file.c