summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5private.h b/src/H5private.h
index a94049f..1a20b62 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -60,7 +60,7 @@
/*
* The `struct stat' data type for stat() and fstat(). This is a POSIX file
- * but often apears on non-POSIX systems also. The `struct stat' is required
+ * but often appears on non-POSIX systems also. The `struct stat' is required
* for HDF5 to compile, although only a few fields are actually used.
*/
#ifdef H5_HAVE_SYS_STAT_H
@@ -87,7 +87,7 @@
#endif
/*
- * Longjumps are used to detect alignment constrants
+ * Longjumps are used to detect alignment constraints
*/
#ifdef H5_HAVE_SETJMP_H
#include <setjmp.h>