summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Location.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-23 16:18:43 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-07-23 16:18:43 (GMT)
commit3c6a39858fef9e7207cd7c3e3057267ec380be0b (patch)
treec4c4ad86525962217a3cd25508b2c6f3c489b89f /c++/src/H5Location.h
parentf80cb3f866a7b6958590c7ffd01ca048fc29c4e2 (diff)
downloadhdf5-3c6a39858fef9e7207cd7c3e3057267ec380be0b.zip
hdf5-3c6a39858fef9e7207cd7c3e3057267ec380be0b.tar.gz
hdf5-3c6a39858fef9e7207cd7c3e3057267ec380be0b.tar.bz2
Fixed typos
Diffstat (limited to 'c++/src/H5Location.h')
-rw-r--r--c++/src/H5Location.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Location.h b/c++/src/H5Location.h
index b698081..dc3db75 100644
--- a/c++/src/H5Location.h
+++ b/c++/src/H5Location.h
@@ -175,7 +175,7 @@ class H5_DLLCPP H5Location : public IdComponent {
H5G_obj_t getObjTypeByIdx(hsize_t idx, H5std_string& type_name) const;
// Returns information about an HDF5 object, given by its name,
- // at this location. - Deprecated dues to performance issues
+ // at this location. - Deprecated
void getObjinfo(const char* name, hbool_t follow_link, H5G_stat_t& statbuf) const;
void getObjinfo(const H5std_string& name, hbool_t follow_link, H5G_stat_t& statbuf) const;
void getObjinfo(const char* name, H5G_stat_t& statbuf) const;