diff options
Diffstat (limited to 'libhashsum.h')
| -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 |
