Fix typos in C header files

Signed-off-by: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
Tobias Nießen 2021-05-10 19:53:15 +02:00
parent b6800788ca
commit 1e8ca122f4
7 changed files with 12 additions and 12 deletions

View file

@ -44,7 +44,7 @@ typedef mbedtls_svc_key_id_t psa_key_handle_t;
#define PSA_KEY_HANDLE_INIT MBEDTLS_SVC_KEY_ID_INIT
/** Check wether an handle is null.
/** Check whether an handle is null.
*
* \param handle Handle
*