From 8f1043315fbe8fcde654f5454d0bbe7cf8b9b717 Mon Sep 17 00:00:00 2001 From: Thomas Pornin Date: Thu, 12 Jan 2017 21:52:59 +0100 Subject: [PATCH] Simple grammar fix in header. --- inc/bearssl_block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/bearssl_block.h b/inc/bearssl_block.h index 5281dcf..eb20c8c 100644 --- a/inc/bearssl_block.h +++ b/inc/bearssl_block.h @@ -1248,7 +1248,7 @@ typedef union { * * - IV is 96 bits (`iv` points to exactly 12 bytes). * - * - Block counter is oveer 32 bits and starts at value `cc`; the + * - Block counter is over 32 bits and starts at value `cc`; the * resulting value is returned. * * Data (pointed to by `data`, of length `len`) is encrypted/decrypted -- 2.17.1