diff options
author | Marek Polacek | 2011-04-16 17:33:43 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-04-16 17:33:43 +0200 |
commit | b0b8884009f9844e75d10f9e5d4ac16ef6b36170 (patch) | |
tree | f34f7d1e2b756d17b969517ea3fe5a0dab8bf60a /scripts/basic/docproc.c | |
parent | 88d3cfdb75b6da83f3552daceed803f0a29d0c9c (diff) | |
download | busybox-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.zip busybox-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.tar.gz |
Fix double words in comments. No code changes
Signed-off-by: Marek Polacek <mpolacek@redhat.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 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 |