summaryrefslogtreecommitdiffstats
path: root/fpm
diff options
context:
space:
mode:
Diffstat (limited to 'fpm')
-rw-r--r--fpm/fpm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpm/fpm.h b/fpm/fpm.h
index ec1da6657..f73ab7c66 100644
--- a/fpm/fpm.h
+++ b/fpm/fpm.h
@@ -245,7 +245,7 @@ static inline fpm_msg_hdr_t *fpm_msg_next(fpm_msg_hdr_t *hdr, size_t *len)
/*
* fpm_msg_hdr_ok
*
- * Returns TRUE if a message header looks well-formed.
+ * Returns true if a message header looks well-formed.
*/
static inline int fpm_msg_hdr_ok(const fpm_msg_hdr_t *hdr)
{
@@ -272,7 +272,7 @@ static inline int fpm_msg_hdr_ok(const fpm_msg_hdr_t *hdr)
/*
* fpm_msg_ok
*
- * Returns TRUE if a message looks well-formed.
+ * Returns true if a message looks well-formed.
*
* @param len The length in bytes from 'hdr' to the end of the buffer.
*/