summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-07 17:56:07 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-07 17:56:07 (GMT)
commit7f58a89578b64df2b040d97294cb1cf2a82bebd3 (patch)
treede9971f9f1537a23e2ab59fa1ad4c2631164d20e /src/H5Dio.c
parent79b92df2a262c09eb7461c5bbd9500209573653b (diff)
downloadhdf5-7f58a89578b64df2b040d97294cb1cf2a82bebd3.zip
hdf5-7f58a89578b64df2b040d97294cb1cf2a82bebd3.tar.gz
hdf5-7f58a89578b64df2b040d97294cb1cf2a82bebd3.tar.bz2
Misc normalization from develop
Diffstat (limited to 'src/H5Dio.c')
-rw-r--r--src/H5Dio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c
index 75727a9..e28da8c 100644
--- a/src/H5Dio.c
+++ b/src/H5Dio.c
@@ -926,7 +926,7 @@ H5D__typeinfo_init(const H5D_t *dset, hid_t mem_type_id, hbool_t do_write, H5D_t
/* Locate the type conversion function and dataspace conversion
* functions, and set up the element numbering information. If a data
- * type conversion is necessary then register datatype atoms. Data type
+ * type conversion is necessary then register datatype IDs. Data type
* conversion is necessary if the user has set the `need_bkg' to a high
* enough value in xfer_parms since turning off datatype conversion also
* turns off background preservation.