summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlum <lum@openbsd.org>2015-10-29 20:20:49 +0000
committerlum <lum@openbsd.org>2015-10-29 20:20:49 +0000
commitb1bfa5b4fbcb66e8079c9f432888a7ac9ae66eea (patch)
treea60429576e7109e2abbccf60588f4172979724b2
parentFix opening dired from the command line. Incorrect cursor placement (diff)
downloadwireguard-openbsd-b1bfa5b4fbcb66e8079c9f432888a7ac9ae66eea.tar.xz
wireguard-openbsd-b1bfa5b4fbcb66e8079c9f432888a7ac9ae66eea.zip
I assume KRANDOM was the previous name for FFRAND. KRANDOM is not in
the mg source now.
-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) {