From b0b8884009f9844e75d10f9e5d4ac16ef6b36170 Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Sat, 16 Apr 2011 17:33:43 +0200 Subject: Fix double words in comments. No code changes Signed-off-by: Marek Polacek Signed-off-by: Denys Vlasenko --- scripts/basic/docproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/basic/docproc.c') diff --git a/scripts/basic/docproc.c b/scripts/basic/docproc.c index db30019..0984e7d 100644 --- a/scripts/basic/docproc.c +++ b/scripts/basic/docproc.c @@ -212,7 +212,7 @@ void find_export_symbols(char * filename) * Document all external or internal functions in a file. * Call kernel-doc with following parameters: * kernel-doc -docbook -nofunction function_name1 filename - * function names are obtained from all the the src files + * function names are obtained from all the src files * by find_export_symbols. * intfunc uses -nofunction * extfunc uses -function -- cgit v1.1