diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2024-09-04 07:54:54 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2024-09-04 07:54:54 +0000 |
commit | c08b0d64f93729a6088a731e9e41fda5bec371e1 (patch) | |
tree | e09749cad372b028eb5c075077d98bbae8a348bb /sys/dev/sbus | |
parent | 92740d6c8077a1465c78e747b508ddbb0d12ab57 (diff) |
Fix some spelling.
Input and ok jmc@, jsg@
Diffstat (limited to 'sys/dev/sbus')
-rw-r--r-- | sys/dev/sbus/uperf_sbusreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sbus/uperf_sbusreg.h b/sys/dev/sbus/uperf_sbusreg.h index 5a5a94a7a5a..461a1625617 100644 --- a/sys/dev/sbus/uperf_sbusreg.h +++ b/sys/dev/sbus/uperf_sbusreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uperf_sbusreg.h,v 1.3 2003/06/02 18:32:41 jason Exp $ */ +/* $OpenBSD: uperf_sbusreg.h,v 1.4 2024/09/04 07:54:52 mglocker Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -174,7 +174,7 @@ #define USC_MEM0_MRE 0x01000000 /* missed refresh error */ #define USC_MEM0_RPMC 0x00800000 /* RAS Phi 0 cookie for refresh */ #define USC_MEM0_RWMC 0x00400000 /* RAS Phi 0 cookie for writers */ -#define USC_MEM0_SW0 0x001f0000 /* strecth count for first write */ +#define USC_MEM0_SW0 0x001f0000 /* stretch count for first write */ #define USC_MEM0_SP 0x00000f00 /* simm present mask */ #define USC_MEM0_REFI 0x000000ff /* refresh interval */ |