diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-04 22:37:11 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-03-04 22:37:11 +0000 |
commit | e8f034284b1ecc37c04e2793bed767eee56c2507 (patch) | |
tree | ecbea25329daa861bc52f0f427281e92d89c907f /kconfig/Makefile | |
parent | 8456b5fdb907bfc2601e4fa8e4d54b67ac75a19a (diff) | |
download | crosstool-ng-e8f034284b1ecc37c04e2793bed767eee56c2507.tar.gz crosstool-ng-e8f034284b1ecc37c04e2793bed767eee56c2507.tar.bz2 crosstool-ng-e8f034284b1ecc37c04e2793bed767eee56c2507.zip |
utilising -> using
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r-- | kconfig/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile index 56250f62..b1f30eaa 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -27,9 +27,9 @@ $(SAMPLES_CONFIG): # Help text used by make help help:: @echo 'General purpose configuration targets:' - @echo ' config - Update current config utilising a line-oriented program' - @echo ' menuconfig - Update current config utilising a menu based program' - @echo ' oldconfig - Update current config utilising a provided .config as base' + @echo ' config - Update current config using a line-oriented program' + @echo ' menuconfig - Update current config using a menu based program' + @echo ' oldconfig - Update current config using a provided .config as base' @echo @echo 'Preconfigured configuration targets:' @for s in $(SAMPLES_CONFIG); do \ |