summaryrefslogtreecommitdiff
path: root/validat0.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-25 00:43:01 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-25 00:43:01 -0500
commite61f5e0c791fe2c8532f17f32f0c66168d935817 (patch)
treec67b2e0fbc986ca93f3c918059a1d4fbd94f9f4a /validat0.cpp
parentb20bd360fceeeb63c8d211315cfc439ae709efa5 (diff)
downloadcryptopp-git-e61f5e0c791fe2c8532f17f32f0c66168d935817.tar.gz
Update documentation
Diffstat (limited to 'validat0.cpp')
-rw-r--r--validat0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/validat0.cpp b/validat0.cpp
index f1e1c229..54dac5f9 100644
--- a/validat0.cpp
+++ b/validat0.cpp
@@ -156,7 +156,7 @@ bool TestCompressors()
try
{
- // Gzip uses Adler32 checksums. We expect a failure to to happen on occasion.
+ // Gzip uses Adler32 checksums. We expect a failure to happen on occasion.
// If we see more than 2 failures in a run of 128, then we need to investigate.
unsigned int truncatedCount=0;
for (unsigned int i = 0; i<COMP_COUNT; ++i)