Skip to content

Commit 13cf3ec

Browse files
Fix typo in documentation
1 parent 9c99dc8 commit 13cf3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mbedtls/ecp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ void mbedtls_ecp_point_init( mbedtls_ecp_point *pt );
482482
*
483483
* \note After this function is called, domain parameters
484484
* for various ECP groups can be loaded through the
485-
* mbedtls_ecp_load() or mbedtls_ecp_tls_read_group()
485+
* mbedtls_ecp_group_load() or mbedtls_ecp_tls_read_group()
486486
* functions.
487487
*/
488488
void mbedtls_ecp_group_init( mbedtls_ecp_group *grp );

0 commit comments

Comments
 (0)