Fix spelling

This commit is contained in:
Jeffrey Walton 2020-12-27 00:59:39 -05:00
parent b434e4cfbd
commit 9d930c4036
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
// 3way.cpp - modifed by Wei Dai from Joan Daemen's 3way.c
// 3way.cpp - modified by Wei Dai from Joan Daemen's 3way.c
// The original code and all modifications are in the public domain.
#include "pch.h"

View File

@ -9,7 +9,7 @@
extern "C" {
#endif
/* Crypto++ modifed sha1_block_data_order to pass caps as a parameter. */
/* Crypto++ modified sha1_block_data_order to pass caps as a parameter. */
/* Also see https://github.com/weidai11/cryptopp/issues/846. */
void cryptogams_sha1_block_data_order(void *state, const void *data, size_t blocks);

View File

@ -9,7 +9,7 @@
extern "C" {
#endif
/* Crypto++ modifed cryptogams_sha256_block_data_order to pass caps as a parameter. */
/* Crypto++ modified cryptogams_sha256_block_data_order to pass caps as a parameter. */
/* Also see https://github.com/weidai11/cryptopp/issues/846. */
void cryptogams_sha256_block_data_order(void *state, const void *data, size_t blocks);

View File

@ -9,7 +9,7 @@
extern "C" {
#endif
/* Crypto++ modifed cryptogams_sha512_block_data_order to pass caps as a parameter. */
/* Crypto++ modified cryptogams_sha512_block_data_order to pass caps as a parameter. */
/* Also see https://github.com/weidai11/cryptopp/issues/846. */
void cryptogams_sha512_block_data_order(void *state, const void *data, size_t blocks);