From: Niels Möller Date: Mon, 10 May 2021 18:52:39 +0000 (+0200) Subject: Fix comment typo. X-Git-Tag: nettle_3.8_release_20220602~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b1bb7cb3178f5123f1b047690a49f7c32b36daf;p=thirdparty%2Fnettle.git Fix comment typo. --- 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