summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-03-16 03:19:34 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-03-16 03:19:34 (GMT)
commit5d342b26d448a0ec238e8277e3a6944a2451f0b2 (patch)
tree110cda81ed21cae884e2a8cfc08c6cf02dddb187 /src
parent71aebc8eb43c062474052d95a34a634e938fd7ed (diff)
downloadhdf5-5d342b26d448a0ec238e8277e3a6944a2451f0b2.zip
hdf5-5d342b26d448a0ec238e8277e3a6944a2451f0b2.tar.gz
hdf5-5d342b26d448a0ec238e8277e3a6944a2451f0b2.tar.bz2
[svn-r29440] Minor typo fix.
Diffstat (limited to 'src')
-rw-r--r--src/H5P.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5P.c b/src/H5P.c
index 3d09231..f075b92 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -639,7 +639,7 @@ done:
PURPOSE
Routine to set a property's value in a property list.
USAGE
- herr_t H5P_set(plist_id, name, value)
+ herr_t H5Pset(plist_id, name, value)
hid_t plist_id; IN: Property list to find property in
const char *name; IN: Name of property to set
void *value; IN: Pointer to the value for the property