diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-21 16:12:36 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-08-26 17:04:58 -0400 |
commit | c21fc7e223ebad72735b9d02bcbd8878ae026fef (patch) | |
tree | 8d3dd2cc86a3f350b967c2eb5dd0b69a197ba61c /tools | |
parent | 88e1346e354f9a0588eddf2227cc46c933818864 (diff) |
treewide: fix "followings" to "following"
Most of them are my mistakes.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/moveconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/moveconfig.py b/tools/moveconfig.py index bc8aebfb923..5283689d8ed 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -41,7 +41,7 @@ The log is printed for each defconfig as follows: <defconfig_name> is the name of the defconfig. <action*> shows what the tool did for that defconfig. -It looks like one of the followings: +It looks like one of the following: - Move 'CONFIG_... ' This config option was moved to the defconfig @@ -179,7 +179,7 @@ SLEEP_TIME=0.03 # Here is the list of cross-tools I use. # Most of them are available at kernel.org -# (https://www.kernel.org/pub/tools/crosstool/files/bin/), except the followings: +# (https://www.kernel.org/pub/tools/crosstool/files/bin/), except the following: # arc: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases # blackfin: http://sourceforge.net/projects/adi-toolchain/files/ # nds32: http://osdk.andestech.com/packages/nds32le-linux-glibc-v1.tgz |