diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2010-08-16 04:19:06 (GMT) |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2010-08-17 09:00:43 (GMT) |
commit | c24035b9edad6164ddc12e88444acea741d5e309 (patch) | |
tree | c4d94e27156a87ff83f4caf61c40bd9a2304be72 /scripts/kconfig | |
parent | 7080e47bb2783c04982526068204c1c8fc2c4c38 (diff) | |
download | linux-fsl-qoriq-c24035b9edad6164ddc12e88444acea741d5e309.tar.xz |
kbuild: fix typo
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/nconf.gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/nconf.gui.c b/scripts/kconfig/nconf.gui.c index d963071..f8137b3 100644 --- a/scripts/kconfig/nconf.gui.c +++ b/scripts/kconfig/nconf.gui.c @@ -137,7 +137,7 @@ void set_colors() if (has_colors()) { normal_color_theme(); } else { - /* give deafults */ + /* give defaults */ no_colors_theme(); } } |