diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-03-30 01:57:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 01:57:32 (GMT) |
commit | 3a906eb3e5261386e07770c7957cce6a5832ab0b (patch) | |
tree | 5f09d42e1afbaffd93e464477af69643f78f9433 /src/H5module.h | |
parent | 23ab623955163ea685f07cbcd0055035970a7af3 (diff) | |
download | hdf5-3a906eb3e5261386e07770c7957cce6a5832ab0b.zip hdf5-3a906eb3e5261386e07770c7957cce6a5832ab0b.tar.gz hdf5-3a906eb3e5261386e07770c7957cce6a5832ab0b.tar.bz2 |
Minor comment corrections (#1544)
Diffstat (limited to 'src/H5module.h')
-rw-r--r-- | src/H5module.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5module.h b/src/H5module.h index 6d3cba8..f7d3cd6 100644 --- a/src/H5module.h +++ b/src/H5module.h @@ -11,9 +11,9 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Purpose: This file contains declarations which define macros for the - * H5 package. Including this header means that the source file - * is part of the H5 package. + * Purpose: This file contains declarations which define macros for the + * H5 package. Including this header means that the source file + * is part of the H5 package. */ #ifndef H5module_H #define H5module_H |