From 0f2a46c1cfc626f9bb4b81c4e33d26b463118323 Mon Sep 17 00:00:00 2001 From: minosgalanakis <30719586+minosgalanakis@users.noreply.github.com> Date: Thu, 9 Dec 2021 15:38:39 +0000 Subject: [PATCH] readme: Addressed review comments #2 Signed-off-by: Minos Galanakis Co-authored-by: davidhorstmann-arm <70948878+davidhorstmann-arm@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2e810e7fe..7e44f218f2 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ Mbed TLS can be ported to many different architectures, OS's and platforms. Befo Mbed TLS is mostly written in portable C99; however, it has a few platform requirements that go beyond the standard, but are met by most modern architectures: - Bytes must be 8 bits. -- `all-bits-zero` must be a valid representation of a null pointer. +- All-bits-zero must be a valid representation of a null pointer. - Signed integers must be represented using two's complement. - `int` and `size_t` must be at least 32 bits wide. - The types `uint8_t`, `uint16_t`, `uint32_t` and their signed equivalents must be available.