diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-03-07 23:57:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-03-07 23:57:48 +0000 |
commit | a778c7e65d709e70e4ac3b1ba2d9e329663e4863 (patch) | |
tree | 14f46472d835bbfa43b8ba62531a807a2936f202 /sys/arch/mvme88k | |
parent | 08bbee902e0061445eb0429551f97b3daf44920e (diff) |
Fix open comment.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/dev/sshreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/sshreg.h b/sys/arch/mvme88k/dev/sshreg.h index 41a3407a1b2..eee64f1b4aa 100644 --- a/sys/arch/mvme88k/dev/sshreg.h +++ b/sys/arch/mvme88k/dev/sshreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshreg.h,v 1.1 2001/03/07 01:57:56 miod Exp $ */ +/* $OpenBSD: sshreg.h,v 1.2 2001/03/07 23:57:47 miod Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -293,7 +293,7 @@ typedef volatile ssh_regmap_t *ssh_regmap_p; #define SSH_ISTAT_SIP 0x02 /* SCSI Interrupt pending */ #define SSH_ISTAT_DIP 0x01 /* DMA Interrupt pending */ -/* Chip test register 8 (ctest8) +/* Chip test register 8 (ctest8) */ #define SSH_CTEST8_V 0xf0 /* Chip revision level */ #define SSH_CTEST8_FLF 0x08 /* Flush DMA FIFO */ |