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 | |
| parent | ef8a0e988ade28eb2621e9875e4893f02f1e85bb (diff) | |
s/Predective/Predictive/ and s/dedected/detected/ in comments.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/atari/include/video.h | 4 | ||||
| -rw-r--r-- | sys/arch/x86/include/specialreg.h | 4 |
2 files changed, 4 insertions, 4 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 */ diff --git a/sys/arch/x86/include/specialreg.h b/sys/arch/x86/include/specialreg.h index 0058be720ae..4680d6123ca 100644 --- a/sys/arch/x86/include/specialreg.h +++ b/sys/arch/x86/include/specialreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: specialreg.h,v 1.203 2023/02/17 09:53:24 msaitoh Exp $ */ +/* $NetBSD: specialreg.h,v 1.204 2023/03/25 21:47:10 andvar Exp $ */ /* * Copyright (c) 2014-2020 The NetBSD Foundation, Inc. @@ -1065,7 +1065,7 @@ #define CPUID_AMDEXT2_FSRC __BIT(11) /* Fast Short Rep Cmpsb */ #define CPUID_AMDEXT2_PREFETCHCTL __BIT(13) /* Prefetch control MSR */ #define CPUID_AMDEXT2_CPUIDUSRDIS __BIT(17) /* CPUID dis. for non-priv. soft */ -#define CPUID_AMDEXT2_EPSF __BIT(18) /* Enhanced Predective Store Fwd */ +#define CPUID_AMDEXT2_EPSF __BIT(18) /* Enhanced Predictive Store Fwd */ #define CPUID_AMDEXT2_FLAGS "\20" \ "\1NoNestedDataBp" "\2FsGsKernelGsBaseNonSerializing" \ |
