1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-02 09:33:20 +03:00

Fix typos in comments

This commit is contained in:
Paul Bakker
2014-06-25 14:45:24 +02:00
parent d543a582bf
commit 237a847f1c
5 changed files with 5 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
*/
typedef struct
{
ecp_group grp; /*!< ellipitic curve used */
ecp_group grp; /*!< elliptic curve used */
mpi d; /*!< secret signature key */
ecp_point Q; /*!< public signature key */
mpi r; /*!< first integer from signature */