summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/atari/dev')
-rw-r--r--sys/arch/atari/dev/grfioctl.h4
-rw-r--r--sys/arch/atari/dev/iteioctl.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/atari/dev/grfioctl.h b/sys/arch/atari/dev/grfioctl.h
index 9360a7f352b..ca173846eb9 100644
--- a/sys/arch/atari/dev/grfioctl.h
+++ b/sys/arch/atari/dev/grfioctl.h
@@ -1,4 +1,4 @@
-/* $NetBSD: grfioctl.h,v 1.10 2015/09/07 03:49:45 dholland Exp $ */
+/* $NetBSD: grfioctl.h,v 1.11 2021/11/01 21:28:02 andvar Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -137,7 +137,7 @@ struct grfvideo_mode {
* colormap related information. Every grf has an associated
* colormap. Depending on the capabilities of the hardware, more
* or less of the information provided may be used.
- * Maxium value of "index" can be deduced from grfinfo->gd_colors.
+ * Maximum value of "index" can be deduced from grfinfo->gd_colors.
*/
struct grf_colormap {
int index; /* start at red[index],green[index],blue[index] */
diff --git a/sys/arch/atari/dev/iteioctl.h b/sys/arch/atari/dev/iteioctl.h
index 7dc23c1b07b..4f271989949 100644
--- a/sys/arch/atari/dev/iteioctl.h
+++ b/sys/arch/atari/dev/iteioctl.h
@@ -1,4 +1,4 @@
-/* $NetBSD: iteioctl.h,v 1.8 2015/09/07 03:49:45 dholland Exp $ */
+/* $NetBSD: iteioctl.h,v 1.9 2021/11/01 21:28:02 andvar Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -69,7 +69,7 @@ struct iterepeat {
int start; /* number of 100/s before repeat start */
int next; /* number of 100/s before next repeat */
};
-#define ITEMINREPEAT 5 /* mininum number of 100/s for key repeat */
+#define ITEMINREPEAT 5 /* minimum number of 100/s for key repeat */
#define ITEIOCSKMAP _IOW('Z',0x70, struct kbdmap)
#define ITEIOCSSKMAP _IOW('Z',0x68, struct kbdmap)