diff options
| author | Randy Dunlap <[email protected]> | 2006-11-03 06:07:01 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-11-03 20:27:56 +0000 |
| commit | c6120938365df9976dc07c536e1c14190ead48e3 (patch) | |
| tree | c8456764f08085ec514218c8c4870623f2eacf14 /scripts/basic/docproc.c | |
| parent | [PATCH] sys_pselect7 vs compat_sys_pselect7 uaccess error handling (diff) | |
| download | kernel-c6120938365df9976dc07c536e1c14190ead48e3.tar.gz kernel-c6120938365df9976dc07c536e1c14190ead48e3.zip | |
[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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic/docproc.c')
| -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); } void extfunc(char * filename) { docfunctions(filename, FUNCTION); } /* - * Document sp�ecific function(s) in a file. + * Document specific function(s) in a file. * Call kernel-doc with the following parameters: * kernel-doc -docbook -function function1 [-function function2] */ |
