summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/dynlib_vrpk.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5repack/dynlib_vrpk.c')
-rw-r--r--tools/test/h5repack/dynlib_vrpk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5repack/dynlib_vrpk.c b/tools/test/h5repack/dynlib_vrpk.c
index 5eac4f2..a45de65 100644
--- a/tools/test/h5repack/dynlib_vrpk.c
+++ b/tools/test/h5repack/dynlib_vrpk.c
@@ -91,7 +91,7 @@ H5Z_filter_dynlib4(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);