diff options
-rw-r--r-- | miscutils/Config.in | 2 |
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 |