perlasm/cbc.pl: fix tail processing bug [from HEAD].
[oweals/openssl.git] / crypto / dh / dh_check.c
index 10217c83dc13aa4adeb3865de502510ec75cee45..066898174e39e2a117369b65db6bfd21c9974d49 100644 (file)
@@ -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