summaryrefslogtreecommitdiff
path: root/mpn/generic
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-03-21 21:34:34 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-03-21 21:34:34 +0100
commitb56a8dcf471e370b600e075292758a290a78bdf6 (patch)
tree78f07d5f4961c015e7fb9eea5bdf307b3a0711f2 /mpn/generic
parent7261d2a2cba40b5fd0027ed337b929c7702187d9 (diff)
downloadgmp-b56a8dcf471e370b600e075292758a290a78bdf6.tar.gz
Fix spelling.
Diffstat (limited to 'mpn/generic')
-rw-r--r--mpn/generic/addcnd_n.c2
-rw-r--r--mpn/generic/subcnd_n.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpn/generic/addcnd_n.c b/mpn/generic/addcnd_n.c
index e89f2c9ea..256cfbbcf 100644
--- a/mpn/generic/addcnd_n.c
+++ b/mpn/generic/addcnd_n.c
@@ -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 --git a/mpn/generic/subcnd_n.c b/mpn/generic/subcnd_n.c
index e5ab9650f..89b719004 100644
--- a/mpn/generic/subcnd_n.c
+++ b/mpn/generic/subcnd_n.c
@@ -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