summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-17 01:10:48 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-17 01:10:48 (GMT)
commit578740480455c982777140bb66ee236f90ac6ff0 (patch)
tree0377a08c36337036790b88db83cca3448d568160
parent24c23c79d85fd3df3cfbaad41af7d64bb14220ee (diff)
downloadhdf5-578740480455c982777140bb66ee236f90ac6ff0.zip
hdf5-578740480455c982777140bb66ee236f90ac6ff0.tar.gz
hdf5-578740480455c982777140bb66ee236f90ac6ff0.tar.bz2
Trivialities noticed while normalizing 1.10
-rw-r--r--src/H5Oattribute.c2
-rw-r--r--src/H5Odeprec.c2
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.