summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-15 14:32:50 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-15 14:32:50 (GMT)
commitc5b176594082f6e5a8b6d9140f9db1f13530e087 (patch)
treedbc7c9953186480ad266c7010d81c15dce7b3e17 /src/H5private.h
parent044ee6f88c78a70eb3694d8c73fa74c77fde9689 (diff)
downloadhdf5-c5b176594082f6e5a8b6d9140f9db1f13530e087.zip
hdf5-c5b176594082f6e5a8b6d9140f9db1f13530e087.tar.gz
hdf5-c5b176594082f6e5a8b6d9140f9db1f13530e087.tar.bz2
Trivialities noticed while merging things to 1.10
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 0c3dcd1..9c5b450 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -1517,7 +1517,7 @@ typedef off_t h5_stat_size_t;
#endif /* HDstrtoul */
#ifndef HDstrtoumax
#define HDstrtoumax(S,R,N) strtoumax(S,R,N)
-#endif /* HDstrtoul */
+#endif /* HDstrtoumax */
#ifndef HDstrxfrm
#define HDstrxfrm(X,Y,Z) strxfrm(X,Y,Z)
#endif /* HDstrxfrm */