summaryrefslogtreecommitdiffstats
path: root/usr.bin/more/ch.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/more/ch.c')
-rw-r--r--usr.bin/more/ch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/ch.c b/usr.bin/more/ch.c
index ab12946..52e80d0 100644
--- a/usr.bin/more/ch.c
+++ b/usr.bin/more/ch.c
@@ -428,7 +428,7 @@ ch_addbuf(nnew)
char *calloc();
/*
- * We don't have enough buffers.
+ * We don't have enough buffers.
* Allocate some new ones.
*/
newbufs = (struct buf *)calloc((u_int)nnew, sizeof(struct buf));
OpenPOWER on IntegriCloud