Skip to content

Commit ca156cf

Browse files
bebarinogitster
authored andcommitted
api-parse-options.txt: use 'func' instead of 'funct'
Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 90f2e65 commit ca156cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/api-parse-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The function must be defined in this form:
198198

199199
The callback mechanism is as follows:
200200

201-
* Inside `funct`, the only interesting member of the structure
201+
* Inside `func`, the only interesting member of the structure
202202
given by `opt` is the void pointer `opt->value`.
203203
`\*opt->value` will be the value that is saved into `var`, if you
204204
use `OPT_CALLBACK()`.

0 commit comments

Comments
 (0)