From 4dceede71bb6e40c80990d0df990963480dca1c3 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Tue, 18 Oct 2022 16:44:17 +0200 Subject: [PATCH] Fix overly replacement in the documentation Signed-off-by: Gabor Mezei --- tests/suites/test_suite_mpi.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/test_suite_mpi.function b/tests/suites/test_suite_mpi.function index 833b0108c..71aa3608b 100644 --- a/tests/suites/test_suite_mpi.function +++ b/tests/suites/test_suite_mpi.function @@ -810,7 +810,7 @@ void mpi_core_cond_assign( data_t * input_X, TEST_CF_PUBLIC( Y, bytes ); /* Check if the given length is copied even it is smaller - than the bytesgth of the given MPIs. */ + than the length of the given MPIs. */ if( copy_limbs < limbs ) { ASSERT_COMPARE( X, copy_bytes, Y, copy_bytes );