diff options
| author | andvar <andvar@NetBSD.org> | 2023-03-25 21:47:10 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2023-03-25 21:47:10 +0000 |
| commit | 68a0ffa51f64d75ba5de74ea237eb90586287dca (patch) | |
| tree | 82c4f18b1bd775aa61f6c6bcc634535037edd43a /sys/arch/atari | |
| parent | ef8a0e988ade28eb2621e9875e4893f02f1e85bb (diff) | |
s/Predective/Predictive/ and s/dedected/detected/ in comments.
Diffstat (limited to 'sys/arch/atari')
| -rw-r--r-- | sys/arch/atari/include/video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/include/video.h b/sys/arch/atari/include/video.h index 559167f48ea..afa1d1bd8c0 100644 --- a/sys/arch/atari/include/video.h +++ b/sys/arch/atari/include/video.h @@ -1,4 +1,4 @@ -/* $NetBSD: video.h,v 1.8 2022/07/03 11:30:48 andvar Exp $ */ +/* $NetBSD: video.h,v 1.9 2023/03/25 21:47:10 andvar Exp $ */ /* * Copyright (c) 1995 Leo Weppelman. @@ -117,7 +117,7 @@ struct video { #define TT_SHOLD 0x1000 /* Sample/hold mode */ /* The falcon video modes */ -#define RES_FALAUTO 0 /* Falcon resolution dedected at boot */ +#define RES_FALAUTO 0 /* Falcon resolution detected at boot */ #define RES_VGA2 1 /* 640x480, 2 colors */ #define RES_VGA4 2 /* 640x480, 4 colors */ #define RES_VGA16 3 /* 640x480, 16 colors */ |
