summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2010-08-16 04:19:06 (GMT)
committerMichal Marek <mmarek@suse.cz>2010-08-17 09:00:43 (GMT)
commitc24035b9edad6164ddc12e88444acea741d5e309 (patch)
treec4d94e27156a87ff83f4caf61c40bd9a2304be72
parent7080e47bb2783c04982526068204c1c8fc2c4c38 (diff)
downloadlinux-c24035b9edad6164ddc12e88444acea741d5e309.tar.xz
kbuild: fix typo
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
-rw-r--r--scripts/kconfig/nconf.gui.c2
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();
}
}