diff options
-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 e178d72d2..dc7a0fcd2 100644 --- a/scripts/basic/docproc.c +++ b/scripts/basic/docproc.c | |||
@@ -249,7 +249,7 @@ void intfunc(char * filename) { docfunctions(filename, NOFUNCTION); } | |||
249 | void extfunc(char * filename) { docfunctions(filename, FUNCTION); } | 249 | void extfunc(char * filename) { docfunctions(filename, FUNCTION); } |
250 | 250 | ||
251 | /* | 251 | /* |
252 | * Document spåecific function(s) in a file. | 252 | * Document specific function(s) in a file. |
253 | * Call kernel-doc with the following parameters: | 253 | * Call kernel-doc with the following parameters: |
254 | * kernel-doc -docbook -function function1 [-function function2] | 254 | * kernel-doc -docbook -function function1 [-function function2] |
255 | */ | 255 | */ |