summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-07-06 18:20:45 +0000
committermiod <miod@openbsd.org>2006-07-06 18:20:45 +0000
commit6b9b1f9e16622af89d6db120c9339d4bb7dc7f7c (patch)
tree253bb30940bf6a4a7a72b70ae7fb2d93b19f8083
parentSync with reality: (diff)
downloadwireguard-openbsd-6b9b1f9e16622af89d6db120c9339d4bb7dc7f7c.tar.xz
wireguard-openbsd-6b9b1f9e16622af89d6db120c9339d4bb7dc7f7c.zip
acquiration -> acquisition (so that eyes stop bleeding)
-rw-r--r--sys/dev/wscons/wsdisplay_usl_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsdisplay_usl_io.h b/sys/dev/wscons/wsdisplay_usl_io.h
index 94605da8f0a..6d2a03e3326 100644
--- a/sys/dev/wscons/wsdisplay_usl_io.h
+++ b/sys/dev/wscons/wsdisplay_usl_io.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsdisplay_usl_io.h,v 1.1 2000/05/16 23:49:11 mickey Exp $ */
+/* $OpenBSD: wsdisplay_usl_io.h,v 1.2 2006/07/06 18:20:45 miod Exp $ */
/* $NetBSD: wsdisplay_usl_io.h,v 1.1 1998/06/11 22:00:04 drochner Exp $ */
#define VT_OPENQRY _IOR('v', 1, int)
@@ -21,7 +21,7 @@ typedef struct vt_mode vtmode_t;
#define VT_RELDISP _IO('v', 4 /*, int */)
#define VT_FALSE 0 /* release of VT refused */
#define VT_TRUE 1 /* VT released */
-#define VT_ACKACQ 2 /* acknowledging VT acquiration */
+#define VT_ACKACQ 2 /* acknowledging VT acquisition */
#define VT_ACTIVATE _IO('v', 5 /*, int */)
#define VT_WAITACTIVE _IO('v', 6 /*, int */)