diff options
author | Andre Noll <maan@systemlinux.org> | 2008-03-25 21:00:53 +0100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2008-07-08 10:52:45 +1000 |
commit | 910d8cb3f4ef2c4a5914176592d2f2bc3cd94cdd (patch) | |
tree | 3f3a692af0b19088762a9f2f7327f025243fb42a /drivers/md | |
parent | 9687a60c78bbf5649d9acbde1e8818be4c8c8b94 (diff) |
md: Fix typo in array_state comment.
Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 8545818fb6d0..f5b6a0d1a67c 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -2624,7 +2624,7 @@ __ATTR(resync_start, S_IRUGO|S_IWUSR, resync_start_show, resync_start_store); * When written, doesn't tear down array, but just stops it * suspended (not supported yet) * All IO requests will block. The array can be reconfigured. - * Writing this, if accepted, will block until array is quiessent + * Writing this, if accepted, will block until array is quiescent * readonly * no resync can happen. no superblocks get written. * write requests fail |