Skip to content

Commit 39c3f1b

Browse files
diegoviolamichal42
authored andcommitted
scripts/kconfig/Makefile: Cosmetic fixes
Signed-off-by: Diego Viola <diego.viola@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
1 parent 092373c commit 39c3f1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/kconfig/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $(simple-targets): $(obj)/conf
8686
PHONY += oldnoconfig savedefconfig defconfig
8787

8888
# oldnoconfig is an alias of olddefconfig, because people already are dependent
89-
# on its behavior(sets new symbols to their default value but not 'n') with the
89+
# on its behavior (sets new symbols to their default value but not 'n') with the
9090
# counter-intuitive name.
9191
oldnoconfig: olddefconfig
9292

@@ -125,7 +125,7 @@ help:
125125
@echo ' nconfig - Update current config utilising a ncurses menu based program'
126126
@echo ' menuconfig - Update current config utilising a menu based program'
127127
@echo ' xconfig - Update current config utilising a Qt based front-end'
128-
@echo ' gconfig - Update current config utilising a GTK based front-end'
128+
@echo ' gconfig - Update current config utilising a GTK+ based front-end'
129129
@echo ' oldconfig - Update current config utilising a provided .config as base'
130130
@echo ' localmodconfig - Update current config disabling modules not loaded'
131131
@echo ' localyesconfig - Update current config converting local mods to core'
@@ -160,7 +160,7 @@ HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \
160160
# qconf: Used for the xconfig target
161161
# Based on Qt which needs to be installed to compile it
162162
# gconf: Used for the gconfig target
163-
# Based on GTK which needs to be installed to compile it
163+
# Based on GTK+ which needs to be installed to compile it
164164
# object files used by all kconfig flavours
165165

166166
lxdialog := lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o
@@ -273,7 +273,7 @@ $(obj)/gconf.o: $(obj)/.tmp_gtkcheck
273273
ifeq ($(MAKECMDGOALS),gconfig)
274274
-include $(obj)/.tmp_gtkcheck
275275

276-
# GTK needs some extra effort, too...
276+
# GTK+ needs some extra effort, too...
277277
$(obj)/.tmp_gtkcheck:
278278
@if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
279279
if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \
@@ -304,7 +304,7 @@ quiet_cmd_moc = MOC $@
304304
$(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
305305
$(call cmd,moc)
306306

307-
# Extract gconf menu items for I18N support
307+
# Extract gconf menu items for i18n support
308308
$(obj)/gconf.glade.h: $(obj)/gconf.glade
309309
$(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
310310
$(obj)/gconf.glade

0 commit comments

Comments
 (0)