scripts/basic/docproc.c: remove stray NUL byte from the source
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 12 Jan 2010 12:48:42 +0000 (13:48 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 12 Jan 2010 12:48:42 +0000 (13:48 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/basic/docproc.c

index e178d72d2c7309663a460014f3463065a9eafd58..dc7a0fcd2e3bd4fccc0d40846b9dc31875685540 100644 (file)
@@ -249,7 +249,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]
  */