kbuild: fix typo
authorArnaud Lacombe <lacombar@gmail.com>
Mon, 16 Aug 2010 04:19:06 +0000 (00:19 -0400)
committerMichal Marek <mmarek@suse.cz>
Tue, 17 Aug 2010 09:00:43 +0000 (11:00 +0200)
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/nconf.gui.c

index d963071..f8137b3 100644 (file)
@@ -137,7 +137,7 @@ void set_colors()
        if (has_colors()) {
                normal_color_theme();
        } else {
-               /* give deafults */
+               /* give defaults */
                no_colors_theme();
        }
 }