summaryrefslogtreecommitdiffstats
path: root/src/H5Fdeprec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fdeprec.c')
-rw-r--r--src/H5Fdeprec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fdeprec.c b/src/H5Fdeprec.c
index 257b7b2..a3ae1d8 100644
--- a/src/H5Fdeprec.c
+++ b/src/H5Fdeprec.c
@@ -138,7 +138,7 @@ done:
* driver when attempting to open the file when in fact it
* should use all known file drivers.
*
- * Return: TRUE/FALSE/FAIL
+ * Return: true/false/FAIL
*
*-------------------------------------------------------------------------
*/
@@ -146,7 +146,7 @@ htri_t
H5Fis_hdf5(const char *name)
{
H5VL_file_specific_args_t vol_cb_args; /* Arguments to VOL callback */
- hbool_t is_accessible = FALSE; /* Whether file is accessible */
+ bool is_accessible = false; /* Whether file is accessible */
htri_t ret_value; /* Return value */
FUNC_ENTER_API((-1))