Commit 21f8b32f authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Masahiro Yamada

kconfig: streamline_config.pl: Couple of typo fixes

s/configuraton/configuration/
s/orignal/original/
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent a69b191f
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# 1. Boot up the kernel that you want to stream line the config on. # 1. Boot up the kernel that you want to stream line the config on.
# 2. Change directory to the directory holding the source of the # 2. Change directory to the directory holding the source of the
# kernel that you just booted. # kernel that you just booted.
# 3. Copy the configuraton file to this directory as .config # 3. Copy the configuration file to this directory as .config
# 4. Have all your devices that you need modules for connected and # 4. Have all your devices that you need modules for connected and
# operational (make sure that their corresponding modules are loaded) # operational (make sure that their corresponding modules are loaded)
# 5. Run this script redirecting the output to some other file # 5. Run this script redirecting the output to some other file
...@@ -481,7 +481,7 @@ sub parse_config_depends ...@@ -481,7 +481,7 @@ sub parse_config_depends
# The idea is we look at all the configs that select it. If one # The idea is we look at all the configs that select it. If one
# is already in our list of configs to enable, then there's nothing # is already in our list of configs to enable, then there's nothing
# else to do. If there isn't, we pick the first config that was # else to do. If there isn't, we pick the first config that was
# enabled in the orignal config and use that. # enabled in the original config and use that.
sub parse_config_selects sub parse_config_selects
{ {
my ($config, $p) = @_; my ($config, $p) = @_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment