Fix a typo in a comment
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/library/pkparse.c b/library/pkparse.c
index ffa91d3..bb6db08 100644
--- a/library/pkparse.c
+++ b/library/pkparse.c
@@ -156,7 +156,7 @@
* Note: the private key information is always available from pk,
* however for convenience the serialized version is also passed,
* as it's available at each calling site, and useful in some configs
- * (as otherwise we're have to re-serialize it from the pk context).
+ * (as otherwise we would have to re-serialize it from the pk context).
*
* There are three implementations of this function:
* 1. MBEDTLS_PK_USE_PSA_EC_DATA,