diff options
author | Michael Opdenacker <michael@free-electrons.com> | 2007-05-09 10:57:56 +0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 10:57:56 +0400 |
commit | 59c51591a0ac7568824f541f57de967e88adaa07 (patch) | |
tree | 243d20eb0a26b76d5d312f39ec5a1ff60e036711 /scripts | |
parent | 02a3e59a088749c08b0293ee1535f5bf48f5926c (diff) | |
download | linux-59c51591a0ac7568824f541f57de967e88adaa07.tar.xz |
Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <michael@free-electrons.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'scripts')
-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 d6071cbf13d7..f4d2f68452ba 100644 --- a/scripts/basic/docproc.c +++ b/scripts/basic/docproc.c @@ -211,7 +211,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 |