projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f98e19
)
fix typo in Config.in hext text
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 13 Apr 2008 22:41:27 +0000
(22:41 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sun, 13 Apr 2008 22:41:27 +0000
(22:41 -0000)
miscutils/Config.in
patch
|
blob
|
history
diff --git
a/miscutils/Config.in
b/miscutils/Config.in
index 06cac14ab971f61d61bf995c0e0a2625ab3a23fe..aa626c209e7248bb60f0ab3dbdf1449c5b95d3f4 100644
(file)
--- a/
miscutils/Config.in
+++ b/
miscutils/Config.in
@@
-416,7
+416,7
@@
config READAHEAD
This applet just calls the readahead(2) system call on each file.
It is mainly useful in system startup scripts to preload files
or executables before they are used. When used at the right time
- (in particular when a CPU boundprocess is running) it can
+ (in particular when a CPU bound
process is running) it can
significantly speed up system startup.
As readahead(2) blocks until each file has been read, it is best to