Jelajahi Sumber

kbuild: fix typo

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Arnaud Lacombe 14 tahun lalu
induk
melakukan
c24035b9ed
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      scripts/kconfig/nconf.gui.c

+ 1 - 1
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();
 	}
 }