diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-09-18 00:00:43 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-14 09:38:33 -0400 |
commit | aa5e5dc2a8878ecf1a94819d889939023fd576c9 (patch) | |
tree | 8aadaae0d001fcfda3717ee48e8604ee055ddb27 /drivers/md/raid5.h | |
parent | 18f6533277cf21614bee1fb1eed2633dce0cf242 (diff) |
treewide: fix "distingush" typo
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/md/raid5.h')
-rw-r--r-- | drivers/md/raid5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index 70c49329ca9a..5c9797c7bbe0 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h | |||
@@ -49,7 +49,7 @@ | |||
49 | * can't distinguish between a clean block that has been generated | 49 | * can't distinguish between a clean block that has been generated |
50 | * from parity calculations, and a clean block that has been | 50 | * from parity calculations, and a clean block that has been |
51 | * successfully written to the spare ( or to parity when resyncing). | 51 | * successfully written to the spare ( or to parity when resyncing). |
52 | * To distingush these states we have a stripe bit STRIPE_INSYNC that | 52 | * To distinguish these states we have a stripe bit STRIPE_INSYNC that |
53 | * is set whenever a write is scheduled to the spare, or to the parity | 53 | * is set whenever a write is scheduled to the spare, or to the parity |
54 | * disc if there is no spare. A sync request clears this bit, and | 54 | * disc if there is no spare. A sync request clears this bit, and |
55 | * when we find it set with no buffers locked, we know the sync is | 55 | * when we find it set with no buffers locked, we know the sync is |