summaryrefslogtreecommitdiff
path: root/ecc-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2021-05-10 20:52:39 +0200
committerNiels Möller <nisse@lysator.liu.se>2021-05-10 20:52:39 +0200
commit3b1bb7cb3178f5123f1b047690a49f7c32b36daf (patch)
treeb85469b8ba741aa659ce4d6c91cebbde568f1d95 /ecc-internal.h
parent8247fa21f0f2a7d1b2ff0fbbe61cb058e5edffbe (diff)
downloadnettle-3b1bb7cb3178f5123f1b047690a49f7c32b36daf.tar.gz
Fix comment typo.
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