summaryrefslogtreecommitdiff
path: root/usr.bin/mg/window.c
diff options
context:
space:
mode:
authorMark Lumsden <lum@cvs.openbsd.org>2015-10-29 20:20:50 +0000
committerMark Lumsden <lum@cvs.openbsd.org>2015-10-29 20:20:50 +0000
commit8438f3274afc749b124d7eab1e2688374ad2dbe2 (patch)
tree5d3ee9b4c65593003a81815d374f5fdecc818677 /usr.bin/mg/window.c
parentcdf8b79743d5d6feec6aac119a5b251432354cdb (diff)
I assume KRANDOM was the previous name for FFRAND. KRANDOM is not in
the mg source now.
Diffstat (limited to 'usr.bin/mg/window.c')
-rw-r--r--usr.bin/mg/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/window.c b/usr.bin/mg/window.c
index 7e84c5ed679..21ba7820212 100644
--- a/usr.bin/mg/window.c
+++ b/usr.bin/mg/window.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: window.c,v 1.34 2015/10/09 07:27:56 lum Exp $ */
+/* $OpenBSD: window.c,v 1.35 2015/10/29 20:20:49 lum Exp $ */
/* This file is in the public domain. */
@@ -364,7 +364,7 @@ shrinkwind(int f, int n)
return (FALSE);
}
/*
- * Bit of flakiness - KRANDOM means it was an internal call, and
+ * Bit of flakiness - FFRAND means it was an internal call, and
* to be trusted implicitly about sizes.
*/
if (!(f & FFRAND) && curwp->w_ntrows <= n) {