Blame SOURCES/mdadm-bitmap-fixed-typos-in-comments1-of-bitmap.h.patch

b7f731
From 4c829c2252d2a6fb4871ec0cdad58b6c3a0218fd Mon Sep 17 00:00:00 2001
b7f731
From: Zhilong Liu <zlliu@suse.com>
b7f731
Date: Mon, 20 Mar 2017 18:46:39 +0800
b7f731
Subject: [RHEL7.5 PATCH 018/169] mdadm/bitmap:fixed typos in comments of
b7f731
 bitmap.h
b7f731
b7f731
bitmap.h: fixed trivial typos in comments
b7f731
b7f731
Signed-off-by: Zhilong Liu <zlliu@suse.com>
b7f731
Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
b7f731
---
b7f731
 bitmap.h | 4 ++--
b7f731
 1 file changed, 2 insertions(+), 2 deletions(-)
b7f731
b7f731
diff --git a/bitmap.h b/bitmap.h
b7f731
index b8fb071..7b1f80f 100644
b7f731
--- a/bitmap.h
b7f731
+++ b/bitmap.h
b7f731
@@ -46,7 +46,7 @@
b7f731
  *
b7f731
  * The counter counts pending write requests, plus the on-disk bit.
b7f731
  * When the counter is '1' and the resync bits are clear, the on-disk
b7f731
- * bit can be cleared aswell, thus setting the counter to 0.
b7f731
+ * bit can be cleared as well, thus setting the counter to 0.
b7f731
  * When we set a bit, or in the counter (to start a write), if the fields is
b7f731
  * 0, we first set the disk bit and set the counter to 1.
b7f731
  *
b7f731
@@ -185,7 +185,7 @@ struct bitmap_page {
b7f731
 	 */
b7f731
 	char *map;
b7f731
 	/*
b7f731
-	 * in emergencies (when map cannot be alloced), hijack the map
b7f731
+	 * in emergencies (when map cannot be allocated), hijack the map
b7f731
 	 * pointer and use it as two counters itself
b7f731
 	 */
b7f731
 	unsigned int hijacked;
b7f731
-- 
b7f731
2.7.4
b7f731