summaryrefslogtreecommitdiff
path: root/ecc-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecc-internal.h')
-rw-r--r--ecc-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc-internal.h b/ecc-internal.h
index acfcb4d7..c2007846 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -268,7 +268,7 @@ ecc_mod_sqr (const struct ecc_modulo *m, mp_limb_t *rp,
/* These mul and sqr functions produce a canonical result, 0 <= R < M.
Requirements on input and output areas are similar to the above
- functions, except that it is *not* allowed to pass rp = rp +
+ functions, except that it is *not* allowed to pass rp = tp +
m->size.
*/
void