From: Ben Pfaff Date: Thu, 7 May 2009 17:35:17 +0000 (-0700) Subject: cfg: Improve comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f71bd3442520d395e1fc83d76c728c41ebb1f03f;p=openvswitch cfg: Improve comment. --- 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_, ...)