diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-20 03:12:18 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-20 03:12:18 -0800 |
| commit | 3e4cd40f447963607ee64d5725a3c0cb87e20788 (patch) | |
| tree | 4fb443254baa2b18a2739156b867b6627fe61a4a /include | |
| parent | 5a6995348338db8edb2a8ecd804e3eaced94e855 (diff) | |
[PATCH] md: Fix typo in comment
From: NeilBrown <neilb@cse.unsw.edu.au>
Thanks dann frazier <dannf@hp.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/raid/raid5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/raid5.h b/include/linux/raid/raid5.h index fb61a8967408..1cabc4d80e6a 100644 --- a/include/linux/raid/raid5.h +++ b/include/linux/raid/raid5.h @@ -70,7 +70,7 @@ * that the Uptodate bit is set. Once they have checked that they may * take buffers off the read queue. * - * When a buffer on the write list is committed for write is it copied + * When a buffer on the write list is committed for write it is copied * into the cache buffer, which is then marked dirty, and moved onto a * third list, the written list (bh_written). Once both the parity * block and the cached buffer are successfully written, any buffer on |
