commit | 225b37a5437919f3aa92cde364d6584f476ba1ba | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed Mar 08 10:22:54 2017 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed Aug 09 11:44:53 2017 +0200 |
tree | b765d6393874443c85a20e5685c05f55111ef1be | |
parent | a54f6cc874965f13889d1460c87ddb73616eee37 [diff] [blame] |
Fix typos in comment
diff --git a/library/ecp.c b/library/ecp.c index 5ad6863..c7f4b04 100644 --- a/library/ecp.c +++ b/library/ecp.c
@@ -1363,7 +1363,7 @@ mbedtls_mpi_init( &M ); mbedtls_mpi_init( &mm ); - /* we need N to be odd to trnaform m in an odd number, check now */ + /* we need N to be odd to transform m in an odd number, check now */ if( mbedtls_mpi_get_bit( &grp->N, 0 ) != 1 ) return( MBEDTLS_ERR_ECP_BAD_INPUT_DATA );