(wrong string) ée

From: <git_AT_suckless.org>
Date: Wed, 2 Mar 2016 21:49:10 +0100 (CET)

commit fc0b03aa13b1850a7f38f03fd2d6e066c4be067b
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Wed Mar 2 21:49:04 2016 +0100
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Wed Mar 2 21:49:04 2016 +0100

    zahl.h: fix working mishapp for zptest
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

diff --git a/zahl.h b/zahl.h
index 9879326..f1db3ef 100644
--- a/zahl.h
+++ b/zahl.h
_AT_@ -104,7 +104,7 @@ size_t zlsb(z_t); /* Index of first set bit, SIZE_MAX if no
 void zgcd(z_t, z_t, z_t); /* a := gcd(b, c) */
 
 /* NONPRIME if b ∉ ℙ, PROBABLY_PRIME, if b ∈ ℙ with (1 − 4↑−c) certainty, 2 if PRIME ∈ ℙ.
- * If NONPRIME is returned the witness of b's compositeness is stored in a unless a is NONPRIME. */
+ * If NONPRIME is returned the witness of b's compositeness is stored in a. */
 enum zprimality zptest(z_t, z_t, int);
 
 
Received on Wed Mar 02 2016 - 21:49:10 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 02 2016 - 22:00:21 CET