aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-04-13 22:41:27 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-04-13 22:41:27 +0000
commitb15ebe46fc97d7a870a54249b617904bb4a5fb92 (patch)
treef809ad33128cf2da453377cf806dd8de466b1515
parent4f98e193828398e897c01196ff7a10c1eccda194 (diff)
downloadbusybox-w32-b15ebe46fc97d7a870a54249b617904bb4a5fb92.tar.gz
busybox-w32-b15ebe46fc97d7a870a54249b617904bb4a5fb92.tar.bz2
busybox-w32-b15ebe46fc97d7a870a54249b617904bb4a5fb92.zip
fix typo in Config.in hext text
-rw-r--r--miscutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 06cac14ab..aa626c209 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -416,7 +416,7 @@ config READAHEAD
416 This applet just calls the readahead(2) system call on each file. 416 This applet just calls the readahead(2) system call on each file.
417 It is mainly useful in system startup scripts to preload files 417 It is mainly useful in system startup scripts to preload files
418 or executables before they are used. When used at the right time 418 or executables before they are used. When used at the right time
419 (in particular when a CPU boundprocess is running) it can 419 (in particular when a CPU bound process is running) it can
420 significantly speed up system startup. 420 significantly speed up system startup.
421 421
422 As readahead(2) blocks until each file has been read, it is best to 422 As readahead(2) blocks until each file has been read, it is best to