Correct typos

This commit is contained in:
Landon Curt Noll
2021-12-05 18:23:27 -08:00
parent 769ac51f8c
commit f5c5cea8b0
80 changed files with 289 additions and 283 deletions

4
sha1.c
View File

@@ -142,7 +142,7 @@ sha1Init(HASH *state)
*
* Note that this code, like MD5, seems to break some optimizing compilers.
* It may be necessary to split it into sections, e.g., based on the four
* subrounds. One may also want to roll each subround into a loop.
* sub-rounds. One may also want to roll each sub-round into a loop.
*/
S_FUNC void
sha1Transform(USB32 *digest, USB32 *W)
@@ -510,7 +510,7 @@ sha1_type(int type, HASH *state)
* sha1_init_state - initialize a hash state structure for this hash
*
* given:
* state - pointer to the hfunction element to initialize
* state - pointer to the function element to initialize
*/
void
sha1_init_state(HASH *state)