md: fix typos for stipe
authorGuoqing Jiang <gqjiang@suse.com>
Mon, 14 Mar 2016 09:01:39 +0000 (17:01 +0800)
committerShaohua Li <shli@fb.com>
Mon, 14 Mar 2016 18:36:10 +0000 (11:36 -0700)
Signed-off-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
drivers/md/bitmap.h

index 7d5c3a610ca59b5c14f8e64acc36247f00af6aa7..5e3fcd6ecf779e5e490bec8df8af8354da3fffe5 100644 (file)
@@ -49,8 +49,8 @@
  * When we set a bit, or in the counter (to start a write), if the fields is
  * 0, we first set the disk bit and set the counter to 1.
  *
- * If the counter is 0, the on-disk bit is clear and the stipe is clean
- * Anything that dirties the stipe pushes the counter to 2 (at least)
+ * If the counter is 0, the on-disk bit is clear and the stripe is clean
+ * Anything that dirties the stripe pushes the counter to 2 (at least)
  * and sets the on-disk bit (lazily).
  * If a periodic sweep find the counter at 2, it is decremented to 1.
  * If the sweep find the counter at 1, the on-disk bit is cleared and the
This page took 0.024794 seconds and 5 git commands to generate.