From: Geert Uytterhoeven <[email protected]> Sometimes it's hard to make a choice between "can" and "may" ;-)
Signed-off-by: Geert Uytterhoeven <[email protected]> Cc: Alexander Viro <[email protected]> Cc: [email protected] --- 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

