commit | 237a847f1c78c606aff275613ba8c1cbd05542bc | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 25 14:45:24 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jun 25 14:45:24 2014 +0200 |
tree | cd64ff01ffb42b4a354750c022c6a2a9862aadd2 | |
parent | d543a582bf92a1be6588769f2473c8219ea449e8 [diff] [blame] |
Fix typos in comments
diff --git a/include/polarssl/ecdh.h b/include/polarssl/ecdh.h index 428275d..525cade 100644 --- a/include/polarssl/ecdh.h +++ b/include/polarssl/ecdh.h
@@ -47,7 +47,7 @@ */ typedef struct { - ecp_group grp; /*!< ellipitic curve used */ + ecp_group grp; /*!< elliptic curve used */ mpi d; /*!< our secret value (private key) */ ecp_point Q; /*!< our public value (public key) */ ecp_point Qp; /*!< peer's public value (public key) */