summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/dynlib_rpk.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5repack/dynlib_rpk.c')
-rw-r--r--tools/test/h5repack/dynlib_rpk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5repack/dynlib_rpk.c b/tools/test/h5repack/dynlib_rpk.c
index b228344..bef032a 100644
--- a/tools/test/h5repack/dynlib_rpk.c
+++ b/tools/test/h5repack/dynlib_rpk.c
@@ -83,7 +83,7 @@ H5Z_filter_dynlib1(unsigned int flags, size_t cd_nelmts, const unsigned int *cd_
add_on = (int)cd_values[0];
if (flags & H5Z_FLAG_REVERSE) { /*read*/
- /* Substract the "add on" value to all the data values */
+ /* Subtract the "add on" value to all the data values */
while (buf_left > 0) {
*int_ptr++ -= add_on;
buf_left -= sizeof(int);