summaryrefslogtreecommitdiffstats
path: root/src/H5ACpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5ACpublic.h')
-rw-r--r--src/H5ACpublic.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5ACpublic.h b/src/H5ACpublic.h
index 532cc80..71292b6 100644
--- a/src/H5ACpublic.h
+++ b/src/H5ACpublic.h
@@ -70,13 +70,13 @@
*
* The trace file is a debugging feature that allow the capture of
* top level metadata cache requests for purposes of debugging and/or
- * optimization. This field should normally be set to FALSE, as
+ * optimization. This field should normally be set to false, as
* trace file collection imposes considerable overhead.
*
- * This field should only be set to TRUE when the trace_file_name
+ * This field should only be set to true when the trace_file_name
* contains the full path of the desired trace file, and either
* there is no open trace file on the cache, or the close_trace_file
- * field is also TRUE.
+ * field is also true.
*
* close_trace_file: Boolean field indicating whether the current trace
* file (if any) should be closed.
@@ -84,11 +84,11 @@
* *** DEPRECATED *** Use H5Fstart/stop logging functions instead
*
* See the above comments on the open_trace_file field. This field
- * should be set to FALSE unless there is an open trace file on the
+ * should be set to false unless there is an open trace file on the
* cache that you wish to close.
*
* trace_file_name: Full path of the trace file to be opened if the
- * open_trace_file field is TRUE.
+ * open_trace_file field is true.
*
* *** DEPRECATED *** Use H5Fstart/stop logging functions instead
*
@@ -120,7 +120,7 @@
*
* set_initial_size: Boolean flag indicating whether the size of the
* initial size of the cache is to be set to the value given in
- * the initial_size field. If set_initial_size is FALSE, the
+ * the initial_size field. If set_initial_size is false, the
* initial_size field is ignored.
*
* initial_size: If enabled, this field contain the size the cache is