diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-04-12 15:30:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-04-12 15:30:00 +0000 |
commit | 901c6325754e268e29f20a46640b7e2095c20089 (patch) | |
tree | 071fb7af3bbab8826c19b549bbace00fcdcdde6f | |
parent | 07e30e657e9cbd32afc2e768ec183267804d3833 (diff) | |
download | mandoc-901c6325754e268e29f20a46640b7e2095c20089.tar.gz |
sed 's/the the/the/' in a comment; from krw@
-rw-r--r-- | term.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]); |