diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-09-01 20:52:32 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-09-01 20:52:32 -0700 |
commit | 6e6942661098c7d77fd71bd3c4039b0c39349389 (patch) | |
tree | 837b9d1e9e90e496cda1da7f5ac5ff96c46ad886 | |
parent | a5d5536fcf2fe616b8c0941df0bc92f3bd9761ba (diff) | |
download | txr-6e6942661098c7d77fd71bd3c4039b0c39349389.tar.gz txr-6e6942661098c7d77fd71bd3c4039b0c39349389.tar.bz2 txr-6e6942661098c7d77fd71bd3c4039b0c39349389.zip |
chksum: fix misleading comment.
* chksum.c: Fix incorrect comment stating that the crc32
functions are generated.
-rw-r--r-- | chksum.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |