From a7349ee315a2f6b0d2d9d7d3446fc2baaca5e78b Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 10 Feb 2017 13:05:04 +0200 Subject: docs: Fix word repetitions --- sys-utils/dmesg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/dmesg.c') diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c index a608cf574..6bd4a4a89 100644 --- a/sys-utils/dmesg.c +++ b/sys-utils/dmesg.c @@ -1261,7 +1261,7 @@ int main(int argc, char *argv[]) { NULL, 0, NULL, 0 } }; - static const ul_excl_t excl[] = { /* rows and cols in in ASCII order */ + static const ul_excl_t excl[] = { /* rows and cols in ASCII order */ { 'C','D','E','c','n','r' }, /* clear,off,on,read-clear,level,raw*/ { 'H','r' }, /* human, raw */ { 'L','r' }, /* color, raw */ -- cgit v1.2.3-55-g7522