summaryrefslogtreecommitdiffstats
path: root/hl/src
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src')
-rw-r--r--hl/src/H5LDpublic.h2
-rw-r--r--hl/src/H5LTanalyze.c2
-rw-r--r--hl/src/H5LTanalyze.l2
3 files changed, 3 insertions, 3 deletions
diff --git a/hl/src/H5LDpublic.h b/hl/src/H5LDpublic.h
index e42c8d8..fed0c1c 100644
--- a/hl/src/H5LDpublic.h
+++ b/hl/src/H5LDpublic.h
@@ -107,7 +107,7 @@ H5_HLDLL size_t H5LDget_dset_type_size(hid_t did, const char *fields);
* selected from the dataset. Note that \p cur_dims must have
* at least one dimension whose size is greater than the
* corresponding dimension in \p prev_dims. Users can
- * determine the size of buf by multipling the datatype
+ * determine the size of buf by multiplying the datatype
* size of the dataset by the number of selected elements.
*
* If the parameter \p fields is NULL, this routine returns
diff --git a/hl/src/H5LTanalyze.c b/hl/src/H5LTanalyze.c
index aaa5db8..e14e9dc 100644
--- a/hl/src/H5LTanalyze.c
+++ b/hl/src/H5LTanalyze.c
@@ -30,7 +30,7 @@
#pragma warning(push, 1)
#endif
#line 2 "hl/src//H5LTanalyze.c"
-/* Quiet warnings about integer type macro redifinitions on Visual Studio
+/* Quiet warnings about integer type macro redefinitions on Visual Studio
* (MSVC doesn't define STDC_VERSION, but has inttypes.h). This is an
* issue that is apparently fixed in flex 2.6.5.
*/
diff --git a/hl/src/H5LTanalyze.l b/hl/src/H5LTanalyze.l
index fd014a4..84a2562 100644
--- a/hl/src/H5LTanalyze.l
+++ b/hl/src/H5LTanalyze.l
@@ -18,7 +18,7 @@
*/
%top{
-/* Quiet warnings about integer type macro redifinitions on Visual Studio
+/* Quiet warnings about integer type macro redefinitions on Visual Studio
* (MSVC doesn't define STDC_VERSION, but has inttypes.h). This is an
* issue that is apparently fixed in flex 2.6.5.
*/