summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-04-21 12:12:20 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-04-21 12:12:20 -0700
commitc84364abe3f7da3fdef67cc0f8762eabe2a71710 (patch)
tree8ea8da36bda8e9cf5c73079fd756476de10f19d0
parentMerge branch 'jg/cguide-we-cannot-count' into maint (diff)
parentparse-options.h: OPTION_{BIT,SET_INT} do not store pointer to defval (diff)
downloadtgif-c84364abe3f7da3fdef67cc0f8762eabe2a71710.tar.xz
Merge branch 'iu/fix-parse-options-h-comment' into maint
* iu/fix-parse-options-h-comment: parse-options.h: OPTION_{BIT,SET_INT} do not store pointer to defval
-rw-r--r--parse-options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/parse-options.h b/parse-options.h
index 7940bc71af..c71e9da4f8 100644
--- a/parse-options.h
+++ b/parse-options.h
@@ -95,8 +95,7 @@ typedef int parse_opt_ll_cb(struct parse_opt_ctx_t *ctx,
*
* `defval`::
* default value to fill (*->value) with for PARSE_OPT_OPTARG.
- * OPTION_{BIT,SET_INT} store the {mask,integer,pointer} to put in
- * the value when met.
+ * OPTION_{BIT,SET_INT} store the {mask,integer} to put in the value when met.
* CALLBACKS can use it like they want.
*/
struct option {