summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-04-21 23:44:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-04-21 23:44:30 +0000
commitb317e5c430f1d153ad2bbddbc0070b6570e361db (patch)
tree99361d90638bd05221556f6f3fb6d0f2f961f997 /sys/arch/mvme68k/dev
parentb5d2de2df967d7f36a2d3480273f34f9da37ad0d (diff)
Fix comments.
Diffstat (limited to 'sys/arch/mvme68k/dev')
-rw-r--r--sys/arch/mvme68k/dev/pcc.c4
-rw-r--r--sys/arch/mvme68k/dev/sshreg.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/dev/pcc.c b/sys/arch/mvme68k/dev/pcc.c
index ab823418723..1f0d6411588 100644
--- a/sys/arch/mvme68k/dev/pcc.c
+++ b/sys/arch/mvme68k/dev/pcc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcc.c,v 1.7 2002/03/14 01:26:37 millert Exp $ */
+/* $OpenBSD: pcc.c,v 1.8 2002/04/21 23:44:29 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -233,7 +233,7 @@ pccspeed(pcc)
printf("pccspeed cnt=%d\n", cnt);
/*
- * Imperically determined. Unfortunately, because of various
+ * Empirically determined. Unfortunately, because of various
* memory board effects and such, it is rather unlikely that
* we will find a nice formula.
*/
diff --git a/sys/arch/mvme68k/dev/sshreg.h b/sys/arch/mvme68k/dev/sshreg.h
index 1d8c216c88e..9c4527f3ba3 100644
--- a/sys/arch/mvme68k/dev/sshreg.h
+++ b/sys/arch/mvme68k/dev/sshreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshreg.h,v 1.1 2001/02/18 17:41:09 deraadt Exp $ */
+/* $OpenBSD: sshreg.h,v 1.2 2002/04/21 23:44:29 miod Exp $ */
/*
* Copyright (c) 1995 Theo de Raadt
@@ -294,7 +294,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 */