diff options
| author | Michael Opdenacker <michael@free-electrons.com> | 2007-05-09 02:57:56 -0400 |
|---|---|---|
| committer | Adrian Bunk <bunk@stusta.de> | 2007-05-09 02:57:56 -0400 |
| commit | 59c51591a0ac7568824f541f57de967e88adaa07 (patch) | |
| tree | 243d20eb0a26b76d5d312f39ec5a1ff60e036711 /scripts/basic | |
| parent | 02a3e59a088749c08b0293ee1535f5bf48f5926c (diff) | |
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/basic')
| -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) | |||
| 211 | * Document all external or internal functions in a file. | 211 | * Document all external or internal functions in a file. |
| 212 | * Call kernel-doc with following parameters: | 212 | * Call kernel-doc with following parameters: |
| 213 | * kernel-doc -docbook -nofunction function_name1 filename | 213 | * kernel-doc -docbook -nofunction function_name1 filename |
| 214 | * function names are obtained from all the the src files | 214 | * function names are obtained from all the src files |
| 215 | * by find_export_symbols. | 215 | * by find_export_symbols. |
| 216 | * intfunc uses -nofunction | 216 | * intfunc uses -nofunction |
| 217 | * extfunc uses -function | 217 | * extfunc uses -function |
