aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/primegen.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/primegen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/primegen.c b/cipher/primegen.c
index 97423a200..6ebaffe6a 100644
--- a/cipher/primegen.c
+++ b/cipher/primegen.c
@@ -327,7 +327,7 @@ gen_prime( unsigned nbits, int secret, int randomlevel )
}
/****************
- * Returns: true if this is may me a prime
+ * Returns: true if this may be a prime
*/
static int
check_prime( MPI prime )
@@ -365,7 +365,7 @@ check_prime( MPI prime )
/****************
- * Return true if n is propably a prime
+ * Return true if n is probably a prime
*/
static int
is_prime( MPI n, int steps, int *count )