aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorminosgalanakis <30719586+minosgalanakis@users.noreply.github.com>2021-12-09 15:38:39 +0000
committerMinos Galanakis <minos.galanakis@arm.com>2021-12-09 17:11:30 +0000
commit0f2a46c1cfc626f9bb4b81c4e33d26b463118323 (patch)
tree8935e49cf4a063ef97d37a84078b2c4cf9c22991 /README.md
parentd7547fcb5d7ed6a983fc1990a8950e9fac946808 (diff)
downloadmbedtls-0f2a46c1cfc626f9bb4b81c4e33d26b463118323.zip
mbedtls-0f2a46c1cfc626f9bb4b81c4e33d26b463118323.tar.gz
mbedtls-0f2a46c1cfc626f9bb4b81c4e33d26b463118323.tar.bz2
readme: Addressed review comments #2
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com> Co-authored-by: davidhorstmann-arm <70948878+davidhorstmann-arm@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f2e810e..7e44f21 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.