utilising -> using
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Mar 04 22:37:11 2007 +0000 (2007-03-04)
changeset 111e91bf61f215
parent 10 94a0eae9fe9f
child 12 343721860361
utilising -> using
kconfig/Makefile
     1.1 --- a/kconfig/Makefile	Sun Mar 04 20:12:18 2007 +0000
     1.2 +++ b/kconfig/Makefile	Sun Mar 04 22:37:11 2007 +0000
     1.3 @@ -27,9 +27,9 @@
     1.4  # Help text used by make help
     1.5  help::
     1.6  	@echo  'General purpose configuration targets:'
     1.7 -	@echo  '  config	  - Update current config utilising a line-oriented program'
     1.8 -	@echo  '  menuconfig	  - Update current config utilising a menu based program'
     1.9 -	@echo  '  oldconfig	  - Update current config utilising a provided .config as base'
    1.10 +	@echo  '  config	  - Update current config using a line-oriented program'
    1.11 +	@echo  '  menuconfig	  - Update current config using a menu based program'
    1.12 +	@echo  '  oldconfig	  - Update current config using a provided .config as base'
    1.13  	@echo
    1.14  	@echo  'Preconfigured configuration targets:'
    1.15  	@for s in $(SAMPLES_CONFIG); do   \