Fix overly replacement in the documentation
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
0c74e084d5
commit
4dceede71b
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue