diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-11-03 01:07:01 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-11-03 15:27:56 -0500 |
commit | c6120938365df9976dc07c536e1c14190ead48e3 (patch) | |
tree | c8456764f08085ec514218c8c4870623f2eacf14 /scripts/basic | |
parent | 87c2b7c045a44f6c1c7af23e64f2b286e6f7130a (diff) |
[PATCH] update some docbook comments
Correct a few comments in kernel-doc Doc and source files.
(akpm: note: the patch removes a non-ascii character and might have to be
applied by hand..)
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts/basic')
-rw-r--r-- | scripts/basic/docproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/basic/docproc.c b/scripts/basic/docproc.c index 4ab6cbf09225..d6071cbf13d7 100644 --- a/scripts/basic/docproc.c +++ b/scripts/basic/docproc.c | |||
@@ -250,7 +250,7 @@ void intfunc(char * filename) { docfunctions(filename, NOFUNCTION); } | |||
250 | void extfunc(char * filename) { docfunctions(filename, FUNCTION); } | 250 | void extfunc(char * filename) { docfunctions(filename, FUNCTION); } |
251 | 251 | ||
252 | /* | 252 | /* |
253 | * Document spåecific function(s) in a file. | 253 | * Document specific function(s) in a file. |
254 | * Call kernel-doc with the following parameters: | 254 | * Call kernel-doc with the following parameters: |
255 | * kernel-doc -docbook -function function1 [-function function2] | 255 | * kernel-doc -docbook -function function1 [-function function2] |
256 | */ | 256 | */ |