summaryrefslogtreecommitdiffstats
path: root/src/H5checksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5checksum.c')
-rw-r--r--src/H5checksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5checksum.c b/src/H5checksum.c
index afe7317..dcf2536 100644
--- a/src/H5checksum.c
+++ b/src/H5checksum.c
@@ -111,7 +111,7 @@ H5_checksum_fletcher32(const void *_data, size_t _len)
HDassert(_len > 0);
/* Compute checksum for pairs of bytes */
- /* (the magic "360" value is is the largest number of sums that can be
+ /* (the magic "360" value is the largest number of sums that can be
* performed without numeric overflow)
*/
while (len) {