summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeanna <deanna@openbsd.org>2007-02-21 23:33:12 +0000
committerdeanna <deanna@openbsd.org>2007-02-21 23:33:12 +0000
commitfba1d5dc1747bdb059f9c5cebc0eca09a4e2fec1 (patch)
tree49ae5e78c1a8a8489e8f867d6346047803d927c4
parentAdd missing sensor description for temperature. (diff)
downloadwireguard-openbsd-fba1d5dc1747bdb059f9c5cebc0eca09a4e2fec1.tar.xz
wireguard-openbsd-fba1d5dc1747bdb059f9c5cebc0eca09a4e2fec1.zip
Fix a reference to WFHARD in a comment; it was renamed WFFULL months
ago. ok kjell
-rw-r--r--usr.bin/mg/def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index 45c03a58ae3..163e59b8c47 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.98 2006/11/19 16:51:19 deraadt Exp $ */
+/* $OpenBSD: def.h,v 1.99 2007/02/21 23:33:12 deanna Exp $ */
/* This file is in the public domain. */
@@ -212,7 +212,7 @@ struct mgwin {
/*
* Window flags are set by command processors to
* tell the display system what has happened to the buffer
- * mapped by the window. Setting "WFHARD" is always a safe thing
+ * mapped by the window. Setting "WFFULL" is always a safe thing
* to do, but it may do more work than is necessary. Always try
* to set the simplest action that achieves the required update.
* Because commands set bits in the "w_flag", update will see