Module: wine Branch: master Commit: ca61bbcc8854a9783f2e6677567b4abb81c7ac76 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ca61bbcc8854a9783f2e66775...
Author: Francois Gouget fgouget@free.fr Date: Thu Nov 28 13:28:05 2019 +0100
rsaenh: A spelling fix in a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/rsaenh/mpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/rsaenh/mpi.c b/dlls/rsaenh/mpi.c index 3fbca42a8c..77c3fcaf74 100644 --- a/dlls/rsaenh/mpi.c +++ b/dlls/rsaenh/mpi.c @@ -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 */