summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/grfioctl.h
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-11-01 21:28:01 +0000
committerandvar <andvar@NetBSD.org>2021-11-01 21:28:01 +0000
commitee4bc26f46b1caa589a3a282912d1aae8e5d9ba2 (patch)
tree6f0ca47652bd45f362b4318ae773a6f3ad7e57eb /sys/arch/atari/dev/grfioctl.h
parent662a6dfd6a3188acbdbc98437a016c62962dbb73 (diff)
fix typos, mainly in words minimum and maximum, but also few others.
Diffstat (limited to 'sys/arch/atari/dev/grfioctl.h')
-rw-r--r--sys/arch/atari/dev/grfioctl.h4
1 files changed, 2 insertions, 2 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] */