summaryrefslogtreecommitdiff
path: root/ext/digest
diff options
context:
space:
mode:
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/digest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/digest/digest.c b/ext/digest/digest.c
index c603441409..8cd8f40c85 100644
--- a/ext/digest/digest.c
+++ b/ext/digest/digest.c
@@ -30,8 +30,7 @@ RUBY_EXTERN void Init_digest_base(void);
*
* This module provides a framework for message digest libraries.
*
- * You may want to look at OpenSSL::Digest as it supports support more
- * algorithms.
+ * You may want to look at OpenSSL::Digest as it supports more algorithms.
*
* A cryptographic hash function is a procedure that takes data and return a
* fixed bit string : the hash value, also known as _digest_. Hash functions