From: Stephen Boyd Date: Sat, 16 May 2009 09:24:44 +0000 (-0700) Subject: api-parse-options.txt: use 'func' instead of 'funct' X-Git-Tag: v1.6.3.2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca156cfcc2dee5a1cee4f96023bb2f8c15a2c48c;p=thirdparty%2Fgit.git api-parse-options.txt: use 'func' instead of 'funct' Signed-off-by: Stephen Boyd Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/api-parse-options.txt b/Documentation/technical/api-parse-options.txt index e66ca9f70c..e30c602f47 100644 --- a/Documentation/technical/api-parse-options.txt +++ b/Documentation/technical/api-parse-options.txt @@ -198,7 +198,7 @@ The function must be defined in this form: The callback mechanism is as follows: -* Inside `funct`, the only interesting member of the structure +* Inside `func`, the only interesting member of the structure given by `opt` is the void pointer `opt->value`. `\*opt->value` will be the value that is saved into `var`, if you use `OPT_CALLBACK()`.