Module: xenomai-head Branch: master Commit: ad1d319d40e2769173dd4273ef9692ae0b4a38f0 URL: http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=ad1d319d40e2769173dd4273ef9692ae0b4a38f0
Author: Philippe Gerum <[email protected]> Date: Mon Nov 8 19:34:52 2010 +0100 nucleus/vfile: fix doc typo --- include/nucleus/vfile.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/nucleus/vfile.h b/include/nucleus/vfile.h index 7aed7cc..60889ca 100644 --- a/include/nucleus/vfile.h +++ b/include/nucleus/vfile.h @@ -113,7 +113,7 @@ struct xnvfile_regular_ops { /** * @anchor regular_rewind This handler is called only once, * when the virtual file is opened, before the @ref - * regular_show "begin() handler" is invoked. + * regular_begin "begin() handler" is invoked. * * @param it A pointer to the vfile iterator which will be * used to read the file contents. _______________________________________________ Xenomai-git mailing list [email protected] https://mail.gna.org/listinfo/xenomai-git
