]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/modes/gcm128.c
Fix typos found by codespell
[thirdparty/openssl.git] / crypto / modes / gcm128.c
index 3a29e35c11367b1994207539e7d07dc34a8a7ae3..9639ef4666926c23a990ea08d848a189f8577436 100644 (file)
@@ -49,7 +49,7 @@ typedef size_t size_t_aX;
 
 /*-
  *
- * NOTE: TABLE_BITS and all non-4bit implmentations have been removed in 3.1.
+ * NOTE: TABLE_BITS and all non-4bit implementations have been removed in 3.1.
  *
  * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
  * never be set to 8. 8 is effectively reserved for testing purposes.