diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-17 01:10:48 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-17 01:10:48 (GMT) |
commit | 578740480455c982777140bb66ee236f90ac6ff0 (patch) | |
tree | 0377a08c36337036790b88db83cca3448d568160 | |
parent | 24c23c79d85fd3df3cfbaad41af7d64bb14220ee (diff) | |
download | hdf5-578740480455c982777140bb66ee236f90ac6ff0.zip hdf5-578740480455c982777140bb66ee236f90ac6ff0.tar.gz hdf5-578740480455c982777140bb66ee236f90ac6ff0.tar.bz2 |
Trivialities noticed while normalizing 1.10
-rw-r--r-- | src/H5Oattribute.c | 2 | ||||
-rw-r--r-- | src/H5Odeprec.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Oattribute.c b/src/H5Oattribute.c index a795957..d6b9f7a 100644 --- a/src/H5Oattribute.c +++ b/src/H5Oattribute.c @@ -13,7 +13,7 @@ /*------------------------------------------------------------------------- * - * Created: H5Oattribute.c + * Created: H5Oattribute.c * * Purpose: Object header attribute routines. * diff --git a/src/H5Odeprec.c b/src/H5Odeprec.c index aca0d59..b37fde5 100644 --- a/src/H5Odeprec.c +++ b/src/H5Odeprec.c @@ -13,7 +13,7 @@ /*------------------------------------------------------------------------- * - * Purpose: Deprecated functions from the H5O interface. These + * Purpose: Deprecated functions from the H5O interface. These * functions are here for compatibility purposes and may be * removed in the future. Applications should switch to the * newer APIs. |