projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c9228
)
cfg: Improve comment.
author
Ben Pfaff
<blp@nicira.com>
Thu, 7 May 2009 17:35:17 +0000
(10:35 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 12 May 2009 23:21:56 +0000
(16:21 -0700)
lib/cfg.c
patch
|
blob
|
history
diff --git
a/lib/cfg.c
b/lib/cfg.c
index 63bfe0d8d29508f100b38a3ab0a5a7cddf0e4d8b..83e9a43941c13bd13b0b6a0adb4d1a03edc52467 100644
(file)
--- 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_, ...)