From 901c6325754e268e29f20a46640b7e2095c20089 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 12 Apr 2016 15:30:00 +0000 Subject: sed 's/the the/the/' in a comment; from krw@ --- term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term.c b/term.c index 4b264240..1151037c 100644 --- a/term.c +++ b/term.c @@ -160,7 +160,7 @@ term_flushln(struct termp *p) if (' ' == p->buf[j] || '\t' == p->buf[j]) break; - /* Back over the the last printed character. */ + /* Back over the last printed character. */ if (8 == p->buf[j]) { assert(j); vend -= (*p->width)(p, p->buf[j - 1]); -- cgit