git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] api-parse-options.txt: use 'func' instead of 'funct'
@ 2009-05-16  9:24 Stephen Boyd
  2009-05-16  9:24 ` [PATCH 2/3] tests: Add tests for missing format-patch long options Stephen Boyd
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2009-05-16  9:24 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano


Signed-off-by: Stephen Boyd <bebarino@gmail.com>
---
 Documentation/technical/api-parse-options.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/technical/api-parse-options.txt b/Documentation/technical/api-parse-options.txt
index e66ca9f..e30c602 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()`.
-- 
1.6.3.1.9.g95405b

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-17 21:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-16  9:24 [PATCH 1/3] api-parse-options.txt: use 'func' instead of 'funct' Stephen Boyd
2009-05-16  9:24 ` [PATCH 2/3] tests: Add tests for missing format-patch long options Stephen Boyd
2009-05-16  9:24   ` [PATCH 3/3] format-patch: migrate to parse-options API Stephen Boyd
2009-05-16  9:27     ` [PATCH] " Stephen Boyd
2009-05-17 21:30     ` [PATCH 3/3] " Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).