From d8b0c5ef0166a0934613963ab751c0412de22efe Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Fri, 11 Apr 2014 15:31:33 +0200 Subject: [PATCH] Fixed typo --- tests/suites/test_suite_ecp.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/test_suite_ecp.function b/tests/suites/test_suite_ecp.function index 50a95e155..0c51b10e8 100644 --- a/tests/suites/test_suite_ecp.function +++ b/tests/suites/test_suite_ecp.function @@ -335,7 +335,7 @@ void ecp_fast_mod( int id, char *N_str ) TEST_ASSERT( mpi_msb( &N ) <= grp.pbits + 3 ); /* - * Use mod rather than addition/substraction in case previous test fails + * Use mod rather than addition/subtraction in case previous test fails */ TEST_ASSERT( mpi_mod_mpi( &N, &N, &grp.P ) == 0 ); TEST_ASSERT( mpi_cmp_mpi( &N, &R ) == 0 );