summaryrefslogtreecommitdiffstats
path: root/crypto/dh
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2007-09-24 11:22:58 +0000
committerLutz Jänicke <jaenicke@openssl.org>2007-09-24 11:22:58 +0000
commit5f0477f47b470e15683f054dc98f0cf20179dc7d (patch)
tree5890a17622f8c52d12ac4f0936022076b08fb13a /crypto/dh
parent7bbce69721077ad1f17a0b428b4f8f76bdf829e1 (diff)
Typos
PR: 1578 Submitted by: Charles Longeau <chl@tuxfamily.org>
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/dh_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_check.c b/crypto/dh/dh_check.c
index 10217c83dc..066898174e 100644
--- a/crypto/dh/dh_check.c
+++ b/crypto/dh/dh_check.c
@@ -62,7 +62,7 @@
#include <openssl/dh.h>
/* Check that p is a safe prime and
- * if g is 2, 3 or 5, check that is is a suitable generator
+ * if g is 2, 3 or 5, check that it is a suitable generator
* where
* for 2, p mod 24 == 11
* for 3, p mod 12 == 5