diff options
author | NeilBrown <neilb@suse.de> | 2011-06-09 11:43:04 +1000 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2011-06-09 11:43:04 +1000 |
commit | f699bf2328521cc3e20c412fcdb9ffe1255c360f (patch) | |
tree | 653392a5326e0fa901aae18aea328e55595f77f3 /Documentation/md.txt | |
parent | 97b3d4aacfbd7186faf34597fcf1f55b8579be17 (diff) | |
download | linux-f699bf2328521cc3e20c412fcdb9ffe1255c360f.tar.bz2 |
md:Documentation/md.txt - fix typo
Reported-by: CoolCold <coolthecold@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'Documentation/md.txt')
-rw-r--r-- | Documentation/md.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/md.txt b/Documentation/md.txt index 2366b1c8cf19..f0eee83ff78a 100644 --- a/Documentation/md.txt +++ b/Documentation/md.txt @@ -555,7 +555,7 @@ also have sync_min sync_max The two values, given as numbers of sectors, indicate a range - withing the array where 'check'/'repair' will operate. Must be + within the array where 'check'/'repair' will operate. Must be a multiple of chunk_size. When it reaches "sync_max" it will pause, rather than complete. You can use 'select' or 'poll' on "sync_completed" to wait for |