diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-01 19:26:05 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-01 19:26:05 +0200 |
commit | 2951a7a4c2abb30838eab9d734b842b6f4f8c104 (patch) | |
tree | 55a33ac7ca2f9d13e3d5f099d265020e096203c8 /fpm | |
parent | Merge pull request #4575 from nitinsoniism/show_mac_arp_cache_vni_json_fix (diff) | |
download | frr-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. */ |