summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/grfioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/dev/grfioctl.h')
-rw-r--r--sys/arch/hp300/dev/grfioctl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/grfioctl.h b/sys/arch/hp300/dev/grfioctl.h
index 4467860af9b..0ffe7a36c9a 100644
--- a/sys/arch/hp300/dev/grfioctl.h
+++ b/sys/arch/hp300/dev/grfioctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: grfioctl.h,v 1.2 1997/01/12 15:12:40 downsj Exp $ */
+/* $OpenBSD: grfioctl.h,v 1.3 2003/04/03 06:47:58 jmc Exp $ */
/* $NetBSD: grfioctl.h,v 1.5 1994/10/26 07:24:08 cgd Exp $ */
/*
@@ -44,7 +44,7 @@
*/
struct grfinfo {
- int gd_id; /* HPUX identifier */
+ int gd_id; /* HP-UX identifier */
caddr_t gd_regaddr; /* control registers physaddr */
int gd_regsize; /* control registers size */
caddr_t gd_fbaddr; /* frame buffer physaddr */
@@ -69,7 +69,7 @@ struct grfinfo {
#define GRFDAVINCI 14
/*
- * HPUX ioctls (here for the benefit of the driver)
+ * HP-UX ioctls (here for the benefit of the driver)
*/
struct grf_slot {
int slot;