[Gmp-commit] /var/hg/gmp: Fix spelling.

mercurial at gmplib.org mercurial at gmplib.org
Mon Mar 21 21:34:37 CET 2011


details:   /var/hg/gmp/rev/5390ca88089a
changeset: 14088:5390ca88089a
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Mon Mar 21 21:34:34 2011 +0100
description:
Fix spelling.

diffstat:

 mpn/generic/addcnd_n.c |  2 +-
 mpn/generic/subcnd_n.c |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 8a778cf1fae7 -r 5390ca88089a mpn/generic/addcnd_n.c
--- a/mpn/generic/addcnd_n.c	Mon Mar 21 16:35:03 2011 +0100
+++ b/mpn/generic/addcnd_n.c	Mon Mar 21 21:34:34 2011 +0100
@@ -1,6 +1,6 @@
 /* mpn_addcnd_n -- Compute R = U + V if CND != 0 or R = U if CND == 0.
    Both cases should take the same time and perform the exact same memory
-   accesses, since this function is intended to be used where side-chanell
+   accesses, since this function is intended to be used where side-channel
    attack resilience is relevant.
 
    THIS IS AN INTERNAL FUNCTION WITH A MUTABLE INTERFACE.  IT IS ONLY
diff -r 8a778cf1fae7 -r 5390ca88089a mpn/generic/subcnd_n.c
--- a/mpn/generic/subcnd_n.c	Mon Mar 21 16:35:03 2011 +0100
+++ b/mpn/generic/subcnd_n.c	Mon Mar 21 21:34:34 2011 +0100
@@ -1,6 +1,6 @@
 /* mpn_subcnd_n -- Compute R = U - V if CND != 0 or R = U if CND == 0.
    Both cases should take the same time and perform the exact same memory
-   accesses, since this function is intended to be used where side-chanell
+   accesses, since this function is intended to be used where side-channel
    attack resilience is relevant.
 
    THIS IS AN INTERNAL FUNCTION WITH A MUTABLE INTERFACE.  IT IS ONLY


More information about the gmp-commit mailing list