Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'iu/fix-parse-options-h-comment'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 14 Apr 2015 17:33:45 +0000
(10:33 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 14 Apr 2015 17:33:46 +0000
(10:33 -0700)
* iu/fix-parse-options-h-comment:
parse-options.h: OPTION_{BIT,SET_INT} do not store pointer to defval
parse-options.h
patch
|
blob
|
history
raw
(from parent 1:
638cbf5
)
diff --git
a/parse-options.h
b/parse-options.h
index 7940bc71af4c6dacd65d042091454c8fa83c53c7..c71e9da4f820ab8e72ff95afb656faece7f1a252 100644
(file)
--- 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 {