[PATCH] rsaenh: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Thu Nov 28 06:28:05 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 3fbca42a8ca..77c3fcaf748 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
  */
-- 
2.20.1




More information about the wine-devel mailing list