rsaenh: A spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Francois Gouget 2019-11-28 13:28:05 +01:00 committed by Alexandre Julliard
parent 81df49fadc
commit ca61bbcc88
1 changed files with 1 additions and 1 deletions

View File

@ -1009,7 +1009,7 @@ mp_add_d (mp_int * a, mp_digit b, mp_int * c)
/* trim unused digits
*
* This is used to ensure that leading zero digits are
* trimed and the leading "used" digit will be non-zero
* trimmed and the leading "used" digit will be non-zero
* Typically very fast. Also fixes the sign if there
* are no more leading digits
*/