From 98161c0d7145ee26ec166301755ead1cdafd8570 Mon Sep 17 00:00:00 2001 From: dark-ether Date: Mon, 18 Jul 2022 17:36:53 -0300 Subject: [PATCH] change function explaining comments to contain TRUE Instead of true --- utility/capability.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utility/capability.c b/utility/capability.c index 35f19a56e3..edc66f7588 100644 --- a/utility/capability.c +++ b/utility/capability.c @@ -39,7 +39,7 @@ } /***********************************************************************//** - This routine returns true if the capability in cap appears + This routine returns TRUE if the capability in cap appears in the capability list in capstr. The capabilities in capstr are allowed to start with a "+", but the capability in cap must not. ***************************************************************************/ @@ -80,7 +80,7 @@ bool has_capability(const char *cap, const char *capstr) } /***********************************************************************//** - This routine returns true if all the mandatory capabilities in + This routine returns TRUE if all the mandatory capabilities in us appear in them. ***************************************************************************/ bool has_capabilities(const char *us, const char *them) -- 2.37.1