Fix #2370, minor typos and spelling mistakes

This commit is contained in:
Antonin Décimo 2019-01-23 15:24:37 +01:00
parent 62ec2dd68f
commit 36e89b5b71
26 changed files with 53 additions and 53 deletions

View file

@ -691,7 +691,7 @@
/*
* Avoid warning from -pedantic. This is a convenient place for this
* workaround since this is included by every single file before the
* #if defined(MBEDTLS_xxx_C) that results in emtpy translation units.
* #if defined(MBEDTLS_xxx_C) that results in empty translation units.
*/
typedef int mbedtls_iso_c_forbids_empty_translation_units;