summaryrefslogtreecommitdiffstats
path: root/src/H5system.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-01-04 04:16:38 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:23 (GMT)
commitd1d4635550d989a887db98791213c455894b48eb (patch)
treed5211375925133398e500dc157819b289b737566 /src/H5system.c
parentd459e350a57464945d6645a36dc420a160ed1aee (diff)
downloadhdf5-d1d4635550d989a887db98791213c455894b48eb.zip
hdf5-d1d4635550d989a887db98791213c455894b48eb.tar.gz
hdf5-d1d4635550d989a887db98791213c455894b48eb.tar.bz2
Small changes from the token_refactoring branch, to reduce the delta to develop
Diffstat (limited to 'src/H5system.c')
-rw-r--r--src/H5system.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5system.c b/src/H5system.c
index c47e60c..30e1a9e 100644
--- a/src/H5system.c
+++ b/src/H5system.c
@@ -86,7 +86,9 @@ static hbool_t H5_ntzset = FALSE;
* prints an `hsize_t' value as a hex number right justified and
* zero filled in an 18-character field.
*
- * The conversion `a' refers to an `haddr_t' type.
+ * The conversion 'a' refers to an haddr_t type.
+ *
+ * The conversion 't' refers to an htri_t type.
*
* Return: Success: Number of characters printed
*