summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-01-18 21:52:01 (GMT)
committerGitHub <noreply@github.com>2022-01-18 21:52:01 (GMT)
commitbd37363332c0016262a05e4515b9f0e30e9b3d89 (patch)
tree11fbd1dd00bb16c6e5b6075da5ad9dcb224ed43f /src
parent8dc72928b8c2f0390659d14011b34983cf9b1171 (diff)
downloadhdf5-bd37363332c0016262a05e4515b9f0e30e9b3d89.zip
hdf5-bd37363332c0016262a05e4515b9f0e30e9b3d89.tar.gz
hdf5-bd37363332c0016262a05e4515b9f0e30e9b3d89.tar.bz2
various cleanup java test, test files, comments (#1363)
Diffstat (limited to 'src')
-rw-r--r--src/H5private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 7838f46..5b0e33b 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -576,7 +576,7 @@ typedef off_t h5_stat_size_t;
#define HDoff_t off_t
#endif
-#/* Redefine all the POSIX and C functions. We should never see an
+/* Redefine all the POSIX and C functions. We should never see an
* undecorated POSIX or C function (or any other non-HDF5 function)
* in the source.
*/