X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsha1-ssse3.asm;h=c3b07abbb32c20b85bc0cb5790d6ffcade82beb0;hb=90f1e04a2a143876a4413577b25db60b5ba0fe97;hp=5f5872a7abffd1e308f1a4fbb0da937e72a3a4e5;hpb=f3581db5c61c2cb180f77784feaa2e247956dd81;p=wimlib diff --git a/src/sha1-ssse3.asm b/src/sha1-ssse3.asm index 5f5872a7..c3b07abb 100644 --- a/src/sha1-ssse3.asm +++ b/src/sha1-ssse3.asm @@ -8,7 +8,7 @@ ; C++ prototypes of implemented functions are below: ; ; #ifndef INTEL_SHA1_SINGLEBLOCK -; // Updates 20-byte SHA-1 record in 'hash' for 'num_blocks' consequtive 64-byte blocks +; // Updates 20-byte SHA-1 record in 'hash' for 'num_blocks' consecutive 64-byte blocks ; extern "C" void sha1_update_intel(int *hash, const char* input, size_t num_blocks ); ; #else ; // Updates 20-byte SHA-1 record in 'hash' for one 64-byte block pointed by 'input'