diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-11-28 23:37:33 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-11-28 23:37:33 +0000 |
commit | 6b69c44012a76e651d767bd3f934bc17eb9a712a (patch) | |
tree | 7ea66165c423e3e1691435d5e6997ad34fb6a474 /usr.bin/mg | |
parent | 791fa9e812bffdd1d18a422a95f1a38d088de2a0 (diff) |
Fix a few grating comment typos.
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/paragraph.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/paragraph.c b/usr.bin/mg/paragraph.c index 88f36b56f29..4d69a6f6b8d 100644 --- a/usr.bin/mg/paragraph.c +++ b/usr.bin/mg/paragraph.c @@ -1,4 +1,4 @@ -/* $OpenBSD: paragraph.c,v 1.20 2011/11/28 05:04:17 lum Exp $ */ +/* $OpenBSD: paragraph.c,v 1.21 2011/11/28 23:37:32 matthew Exp $ */ /* This file is in the public domain. */ @@ -175,8 +175,8 @@ fillpara(int f, int n) wbuf[wordlen++] = c; else { /* - * You loose chars beyond MAXWORD if the word - * is to long. I'm to lazy to fix it now; it + * You lose chars beyond MAXWORD if the word + * is too long. I'm too lazy to fix it now; it * just silently truncated the word before, * so I get to feel smug. */ |