]> git.codecow.com Git - Monocypher.git/commitdiff
typo
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 26 Jan 2018 17:39:47 +0000 (18:39 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 26 Jan 2018 17:39:47 +0000 (18:39 +0100)
src/monocypher.c

index 9016f973994715292e5ebe6e9feb9387fcf4f5a1..1f2fcd8a4a5a90ded322d890fc01f9206bf1558f 100644 (file)
@@ -370,7 +370,7 @@ void crypto_poly1305_update(crypto_poly1305_ctx *ctx,
         poly_block(ctx);
         poly_clear_c(ctx);
     }
-    // Process the input blok by block
+    // Process the input block by block
     size_t nb_blocks = message_size / 16;
     size_t remainder = message_size % 16;
     FOR (i, 0, nb_blocks) {