From 09ef3b6269da8373ae13e3237dc5e0530335fced Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 1 Sep 2023 20:52:32 -0700 Subject: chksum: fix misleading comment. * chksum.c: Fix incorrect comment stating that the crc32 functions are generated. --- chksum.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chksum.c b/chksum.c index 79b613ca..7f08a632 100644 --- a/chksum.c +++ b/chksum.c @@ -64,10 +64,7 @@ * - everything starting with the declaration "static val sha1_ctx_s ..." * up to just before the crc32 section: the crc32_stream function. * - * - the crc32 function section starting with the crc32_stream function, - * to just before the checksum_ - * - * - a portion fo the chksum_init(void) function, up to the line + * - a portion of the chksum_init function, up to the line * which registers the crc32-stream function. * * Thus, material outside of these sections is editable; but edits -- cgit v1.2.3