summaryrefslogtreecommitdiffstats
path: root/src/H5Mpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Mpublic.h')
-rw-r--r--src/H5Mpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Mpublic.h b/src/H5Mpublic.h
index 86fe433..f5874e8 100644
--- a/src/H5Mpublic.h
+++ b/src/H5Mpublic.h
@@ -211,7 +211,7 @@ extern "C" {
* \details H5Mcreate() creates a new map object for storing key-value
* pairs. The in-file datatype for keys is defined by \p key_type_id
* and the in-file datatype for values is defined by \p val_type_id. \p
- * loc_id specifies the location to create the the map object and \p
+ * loc_id specifies the location to create the map object and \p
* name specifies the name of the link to the map object relative to
* \p loc_id.
*