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 /doc/README.kconfig | |
parent | 88e1346e354f9a0588eddf2227cc46c933818864 (diff) | |
download | u-boot-c21fc7e223ebad72735b9d02bcbd8878ae026fef.tar.gz |
treewide: fix "followings" to "following"
Most of them are my mistakes.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'doc/README.kconfig')
-rw-r--r-- | doc/README.kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.kconfig b/doc/README.kconfig index 288d17d232..0689f66c2c 100644 --- a/doc/README.kconfig +++ b/doc/README.kconfig @@ -22,7 +22,7 @@ Here are some worth-mentioning configuration targets. - silentoldconfig This target updates .config, include/generated/autoconf.h and - include/configs/* as in Linux. In U-Boot, it also does the followings + include/configs/* as in Linux. In U-Boot, it also does the following for the compatibility with the old configuration system: * create a symbolic link "arch/${ARCH}/include/asm/arch" pointing to |