2014-12-28 06:34:54

by Alexander Kuleshov

[permalink] [raw]
Subject: [PATCH] block: Fix a typo in comment

Signed-off-by: Alexander Kuleshov <[email protected]>
---
block/blk-merge.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/blk-merge.c b/block/blk-merge.c
index 89b97b5..5d6a2bc 100644
--- a/block/blk-merge.c
+++ b/block/blk-merge.c
@@ -446,7 +446,7 @@ void blk_rq_set_mixed_merge(struct request *rq)
/*
* @rq will no longer represent mixable attributes for all the
* contained bios. It will just track those of the first one.
- * Distributes the attributs to each bio.
+ * Distributes the attributes to each bio.
*/
for (bio = rq->bio; bio; bio = bio->bi_next) {
WARN_ON_ONCE((bio->bi_rw & REQ_FAILFAST_MASK) &&
--
2.2.1.202.g98acd41.dirty