@@ -86,7 +86,7 @@ $(simple-targets): $(obj)/conf
86
86
PHONY += oldnoconfig savedefconfig defconfig
87
87
88
88
# 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
90
90
# counter-intuitive name.
91
91
oldnoconfig : olddefconfig
92
92
@@ -125,7 +125,7 @@ help:
125
125
@echo ' nconfig - Update current config utilising a ncurses menu based program'
126
126
@echo ' menuconfig - Update current config utilising a menu based program'
127
127
@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'
129
129
@echo ' oldconfig - Update current config utilising a provided .config as base'
130
130
@echo ' localmodconfig - Update current config disabling modules not loaded'
131
131
@echo ' localyesconfig - Update current config converting local mods to core'
@@ -160,7 +160,7 @@ HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \
160
160
# qconf: Used for the xconfig target
161
161
# Based on Qt which needs to be installed to compile it
162
162
# 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
164
164
# object files used by all kconfig flavours
165
165
166
166
lxdialog := lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o
@@ -273,7 +273,7 @@ $(obj)/gconf.o: $(obj)/.tmp_gtkcheck
273
273
ifeq ($(MAKECMDGOALS ) ,gconfig)
274
274
-include $(obj ) /.tmp_gtkcheck
275
275
276
- # GTK needs some extra effort, too...
276
+ # GTK+ needs some extra effort, too...
277
277
$(obj ) /.tmp_gtkcheck :
278
278
@if ` pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0` ; then \
279
279
if ` pkg-config --atleast-version=2.0.0 gtk+-2.0` ; then \
@@ -304,7 +304,7 @@ quiet_cmd_moc = MOC $@
304
304
$(obj ) /% .moc : $(src ) /% .h $(obj ) /.tmp_qtcheck
305
305
$(call cmd,moc)
306
306
307
- # Extract gconf menu items for I18N support
307
+ # Extract gconf menu items for i18n support
308
308
$(obj ) /gconf.glade.h : $(obj ) /gconf.glade
309
309
$(Q ) intltool-extract --type=gettext/glade --srcdir=$(srctree ) \
310
310
$(obj ) /gconf.glade
0 commit comments