diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-21 21:52:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-11-21 21:52:48 +0000 |
commit | a7dd291699c0436f1f444c4e5eedde07671b5db3 (patch) | |
tree | c5279a86e2474a14046b184c977fb95bde7cd6ff /sys/arch/mvme68k/dev/sshreg.h | |
parent | 351008f96c091875ce307f086d5edb17ed3e45e1 (diff) |
contorl -> control
Diffstat (limited to 'sys/arch/mvme68k/dev/sshreg.h')
-rw-r--r-- | sys/arch/mvme68k/dev/sshreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/sshreg.h b/sys/arch/mvme68k/dev/sshreg.h index 771eabc8326..b07dff12e1a 100644 --- a/sys/arch/mvme68k/dev/sshreg.h +++ b/sys/arch/mvme68k/dev/sshreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshreg.h,v 1.4 2003/06/02 23:27:50 millert Exp $ */ +/* $OpenBSD: sshreg.h,v 1.5 2005/11/21 21:52:45 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -263,7 +263,7 @@ typedef volatile ssh_regmap_t *ssh_regmap_p; #define SSH_CTEST7_CDIS 0x80 /* Cache burst disable */ #define SSH_CTEST7_SC1 0x40 /* Snoop control 1 */ -#define SSH_CTEST7_SC0 0x20 /* Snoop contorl 0 */ +#define SSH_CTEST7_SC0 0x20 /* Snoop control 0 */ #define SSH_CTEST7_INHIBIT (0 << 5) #define SSH_CTEST7_SNOOP (1 << 5) #define SSH_CTEST7_INVAL (2 << 5) |