From f71bd3442520d395e1fc83d76c728c41ebb1f03f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 7 May 2009 10:35:17 -0700 Subject: [PATCH] cfg: Improve comment. --- lib/cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cfg.c b/lib/cfg.c index 63bfe0d8..83e9a439 100644 --- a/lib/cfg.c +++ b/lib/cfg.c @@ -642,7 +642,7 @@ cfg_get_int(int idx, const char *key_, ...) } /* Returns the value numbered 'idx' of 'key', converted to a boolean value. - * Returns 0 if 'idx' is greater than or equal to cfg_count(key) or if the + * Returns false if 'idx' is greater than or equal to cfg_count(key) or if the * value 'idx' of 'key' is not a valid boolean. */ bool cfg_get_bool(int idx, const char *key_, ...) -- 2.30.2