]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fix comment typo.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 10 May 2021 18:52:39 +0000 (20:52 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 10 May 2021 18:52:39 +0000 (20:52 +0200)
ecc-internal.h

index acfcb4d7fdb2f95e4f37698b052dbff4d0350f72..c20078466723f305f1923317da43723275bff6fb 100644 (file)
@@ -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