From: Denys Vlasenko Date: Tue, 12 Jan 2010 12:48:42 +0000 (+0100) Subject: scripts/basic/docproc.c: remove stray NUL byte from the source X-Git-Tag: 1_16_0~58 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f3ec0fb1b4ae594c152dd626996f3abdc28b13be;p=oweals%2Fbusybox.git scripts/basic/docproc.c: remove stray NUL byte from the source Signed-off-by: Denys Vlasenko --- 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); } 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] */