]> wimlib.net Git - wimlib/blobdiff - src/sha1-ssse3.asm
Fix various typos
[wimlib] / src / sha1-ssse3.asm
index 5f5872a7abffd1e308f1a4fbb0da937e72a3a4e5..c3b07abbb32c20b85bc0cb5790d6ffcade82beb0 100644 (file)
@@ -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'