diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-04-08 09:53:36 +0900 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-08 22:44:43 +0200 |
| commit | 5b686a0674e5c42b1b5dfbcefec9b6002a7ae814 (patch) | |
| tree | 7e603f6cfc492ea87adbbe278821d38f4507be50 /support | |
| parent | aaf066666e5efaf0b5b156eca0a5759096b9dce8 (diff) | |
Fix typos in comment blocks
[Thomas: fix issues noticed by Arnout:
- Rewrap the linux/Config.in paragraph
- Revert the "is a toolchain dependency" -> "has a toolchain
dependency" change from pkg-generic.mk, as the original was
correct.]
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support')
| -rwxr-xr-x | support/download/check-hash | 2 | ||||
| -rw-r--r-- | support/scripts/gen-manual-lists.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/download/check-hash b/support/download/check-hash index d37f1cdf5..678a7ef93 100755 --- a/support/download/check-hash +++ b/support/download/check-hash @@ -3,7 +3,7 @@ set -e # Helper to check a file matches its known hash # Call it with: -# $1: the path of the file containing all the the expected hashes +# $1: the path of the file containing all the expected hashes # $2: the full path to the temporary file that was downloaded, and # that is to be checked # $3: the final basename of the file, to which it will be ultimately diff --git a/support/scripts/gen-manual-lists.py b/support/scripts/gen-manual-lists.py index 95c10dcbc..ec59030d0 100644 --- a/support/scripts/gen-manual-lists.py +++ b/support/scripts/gen-manual-lists.py @@ -87,7 +87,7 @@ def get_symbol_parents(item, root=None, enable_choice=False): """ Return the list of the item's parents. The last item of the list is the closest parent, the first the furthest. - :param item: Item from which the the parent list is generated + :param item: Item from which the parent list is generated :param root: Root item stopping the search (not included in the parent list) :param enable_choice: Flag enabling choices to appear in the parent list |
