summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
diff options
context:
space:
mode:
authorDeanna Phillips <deanna@cvs.openbsd.org>2007-02-21 23:33:13 +0000
committerDeanna Phillips <deanna@cvs.openbsd.org>2007-02-21 23:33:13 +0000
commit00c3b8b4921a4806a55bf2cf20f16a0d89151a15 (patch)
tree0cba804bbc3340edfe4953fdc8d8bad6b8dcf7af /usr.bin/mg/def.h
parent544dad932b6cfaa70c26198acfbc9f89815ac426 (diff)
Fix a reference to WFHARD in a comment; it was renamed WFFULL months
ago. ok kjell
Diffstat (limited to 'usr.bin/mg/def.h')
-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