aboutsummaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>2023-09-18 09:55:24 +0200
committerManuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>2023-09-18 09:55:24 +0200
commitf7298cd3974a181d8f76463b13f682ddbf63474c (patch)
treea8f9dddadc56443f8f009c73dcadecf71a448887 /3rdparty
parentba63e0ce34086fb439960478e4611a03bc9b73a1 (diff)
downloadmbedtls-f7298cd3974a181d8f76463b13f682ddbf63474c.zip
mbedtls-f7298cd3974a181d8f76463b13f682ddbf63474c.tar.gz
mbedtls-f7298cd3974a181d8f76463b13f682ddbf63474c.tar.bz2
Fix some issues in comments
Ranging from typos to outdated comment contradicting the code. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/p256-m/p256-m/p256-m.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/p256-m/p256-m/p256-m.h b/3rdparty/p256-m/p256-m/p256-m.h
index d4b053a..28d319f 100644
--- a/3rdparty/p256-m/p256-m/p256-m.h
+++ b/3rdparty/p256-m/p256-m/p256-m.h
@@ -92,7 +92,7 @@ int p256_ecdsa_verify(const uint8_t sig[64], const uint8_t pub[64],
/*
* Public key validation
*
- * Note: you never need to call this function, as all other function always
+ * Note: you never need to call this function, as all other functions always
* validate their input; however it's availabe if you want to validate the key
* without performing an operation.
*
@@ -106,7 +106,7 @@ int p256_validate_pubkey(const uint8_t pub[64]);
/*
* Private key validation
*
- * Note: you never need to call this function, as all other function always
+ * Note: you never need to call this function, as all other functions always
* validate their input; however it's availabe if you want to validate the key
* without performing an operation.
*