summaryrefslogtreecommitdiffstats
path: root/fpm
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-07-01 19:26:05 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-07-01 19:26:05 +0200
commit2951a7a4c2abb30838eab9d734b842b6f4f8c104 (patch)
tree55a33ac7ca2f9d13e3d5f099d265020e096203c8 /fpm
parentMerge pull request #4575 from nitinsoniism/show_mac_arp_cache_vni_json_fix (diff)
downloadfrr-2951a7a4c2abb30838eab9d734b842b6f4f8c104.tar.xz
frr-2951a7a4c2abb30838eab9d734b842b6f4f8c104.zip
*: s/TRUE/true/, s/FALSE/false/
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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.
*/