summaryrefslogtreecommitdiff
path: root/cbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cbc.c')
-rw-r--r--cbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbc.c b/cbc.c
index cee71093..6bd9f9ae 100644
--- a/cbc.c
+++ b/cbc.c
@@ -52,7 +52,7 @@ cbc_encrypt(void *ctx, nettle_crypt_func f,
}
}
-/* Reqires that dst != src */
+/* Requires that dst != src */
static void
cbc_decrypt_internal(void *ctx, nettle_crypt_func f,
unsigned block_size, uint8_t *iv,