diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:12:15 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:12:15 +0100 |
| commit | e8591699a8b9f157288d5c3c46e708a2a579f45c (patch) | |
| tree | 9c1981888f9fc5daebe34ed6108fe6b12543c83f /libhashsum.h | |
| parent | Update e-mail (diff) | |
| download | libhashsum-e8591699a8b9f157288d5c3c46e708a2a579f45c.tar.gz libhashsum-e8591699a8b9f157288d5c3c46e708a2a579f45c.tar.bz2 libhashsum-e8591699a8b9f157288d5c3c46e708a2a579f45c.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libhashsum.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhashsum.h b/libhashsum.h index cdd6d00..2f122da 100644 --- a/libhashsum.h +++ b/libhashsum.h @@ -423,11 +423,11 @@ struct libhashsum_hasher { * a partial final byte (where the most significant bits are * used, and the least significant bits are discarded), you * have to reverse the bits in the last octet before - * inputing it to `*.finalise` or `*.finalise_const`. + * inputting it to `*.finalise` or `*.finalise_const`. * * If you are creating your own message, you always store * the used bits, in a non-whole octet, in the least - * significant part of the octet, when inputing it to + * significant part of the octet, when inputting it to * `*.finalise` or `*.finalise_const`. * * @since 1.0 |
