summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-04-12 15:30:00 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-04-12 15:30:00 +0000
commit901c6325754e268e29f20a46640b7e2095c20089 (patch)
tree071fb7af3bbab8826c19b549bbace00fcdcdde6f
parent07e30e657e9cbd32afc2e768ec183267804d3833 (diff)
downloadmandoc-901c6325754e268e29f20a46640b7e2095c20089.tar.gz
sed 's/the the/the/' in a comment; from krw@
-rw-r--r--term.c2
1 files changed, 1 insertions, 1 deletions
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]);