[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1295966737-4111-1-git-send-email-tm@tao.ma>
Date: Tue, 25 Jan 2011 22:45:37 +0800
From: Tao Ma <tm@....ma>
To: linux-kernel@...r.kernel.org
Cc: Jiri Kosina <jkosina@...e.cz>
Subject: [PATCH] block/trivial: Fix comment typo "iff".
From: Tao Ma <boyu.mt@...bao.com>
Change "iff" to "if".
Cc: Jiri Kosina <jkosina@...e.cz>
Signed-off-by: Tao Ma <boyu.mt@...bao.com>
---
block/genhd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/block/genhd.c b/block/genhd.c
index 6a5b772..4a93d31 100644
--- a/block/genhd.c
+++ b/block/genhd.c
@@ -1403,7 +1403,7 @@ static unsigned long disk_events_poll_jiffies(struct gendisk *disk)
/*
* If device-specific poll interval is set, always use it. If
- * the default is being used, poll iff there are events which
+ * the default is being used, poll if there are events which
* can't be monitored asynchronously.
*/
if (ev->poll_msecs >= 0)
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists