[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1395135565-7118-2-git-send-email-geert@linux-m68k.org>
Date: Tue, 18 Mar 2014 10:39:24 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Jiri Kosina <trivial@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...ux-m68k.org>,
Alexander Viro <viro@...iv.linux.org.uk>,
linux-fsdevel@...r.kernel.org
Subject: [PATCH trivial 2/2] seq-file: Grammar s/can may/may/g
From: Geert Uytterhoeven <geert+renesas@...ux-m68k.org>
Sometimes it's hard to make a choice between "can" and "may" ;-)
Signed-off-by: Geert Uytterhoeven <geert+renesas@...ux-m68k.org>
Cc: Alexander Viro <viro@...iv.linux.org.uk>
Cc: linux-fsdevel@...r.kernel.org
---
fs/seq_file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/seq_file.c b/fs/seq_file.c
index 1d641bb108d2..2b798d1caaa3 100644
--- a/fs/seq_file.c
+++ b/fs/seq_file.c
@@ -16,7 +16,7 @@
/*
- * seq_files have a buffer which can may overflow. When this happens a larger
+ * seq_files have a buffer which may overflow. When this happens a larger
* buffer is reallocated and all the data will be printed again.
* The overflow state is true when m->count == m->size.
*/
--
1.7.9.5
--
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