From e9ce2f4e8c7c25b9cb18d5a3cfb4cdcb5d8f765f Mon Sep 17 00:00:00 2001 From: Thomas Pornin Date: Wed, 30 Nov 2016 02:25:14 +0100 Subject: [PATCH 1/1] Small documentation fixes. --- inc/bearssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/bearssl.h b/inc/bearssl.h index a9f1db7..56df3ec 100644 --- a/inc/bearssl.h +++ b/inc/bearssl.h @@ -72,13 +72,13 @@ * does not include much failsafes or error reporting when the problem * does not arise from external transient conditions, and can be fixed * only in the application code. This is done so in order to make the - * total code footprint ligther. + * total code footprint lighter. * * * ## `NULL` values * * Function parameters with a pointer type shall not be `NULL` unless - * explicitly authorised by the documentation. As an exception, then + * explicitly authorised by the documentation. As an exception, when * the pointer aims at a sequence of bytes and is accompanied with * a length parameter, and the length is zero (meaning that there is * no byte at all to retrieve), then the pointer may be `NULL` even if -- 2.17.1