]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/md/raid5.h
Merge remote-tracking branch 'trivial/for-next'
[karo-tx-linux.git] / drivers / md / raid5.h
index e4407388670a53dc2da94dfdadd3d9cd2188f332..01ad8ae8f57830a04de4e1e30b731f74660bda62 100644 (file)
@@ -49,7 +49,7 @@
  * can't distinguish between a clean block that has been generated
  * from parity calculations, and a clean block that has been
  * successfully written to the spare ( or to parity when resyncing).
- * To distingush these states we have a stripe bit STRIPE_INSYNC that
+ * To distinguish these states we have a stripe bit STRIPE_INSYNC that
  * is set whenever a write is scheduled to the spare, or to the parity
  * disc if there is no spare.  A sync request clears this bit, and
  * when we find it set with no buffers locked, we know the sync is