summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 1122e45..5711140 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -176,8 +176,8 @@ H5O_init_interface(void)
*
* Purpose: Opens an object within an HDF5 file.
*
- * This function opens an object in the same way that H5Gopen,
- * H5Topen, and H5Dopen do. However, H5Oopen doesn't require
+ * This function opens an object in the same way that H5Gopen2,
+ * H5Topen2, and H5Dopen2 do. However, H5Oopen doesn't require
* the type of object to be known beforehand. This can be
* useful in user-defined links, for instance, when only a
* path is known.