summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc/dev/fd.c')
-rw-r--r--sys/arch/sparc/dev/fd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/fd.c b/sys/arch/sparc/dev/fd.c
index d0751be1fd8..0e077bb12e1 100644
--- a/sys/arch/sparc/dev/fd.c
+++ b/sys/arch/sparc/dev/fd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fd.c,v 1.55 2007/10/01 16:11:19 krw Exp $ */
+/* $OpenBSD: fd.c,v 1.56 2007/11/27 16:22:13 martynas Exp $ */
/* $NetBSD: fd.c,v 1.51 1997/05/24 20:16:19 pk Exp $ */
/*-
@@ -395,7 +395,7 @@ fdconf(fdc)
/* No result phase for the NE7CMD_CFG command */
if ((fdc->sc_flags & FDC_82077) != 0) {
- /* Lock configuration accross soft resets. */
+ /* Lock configuration across soft resets. */
if (fdc_wrfifo(fdc, NE7CMD_LOCK | CFG_LOCK) != 0 ||
fdcresult(fdc) != 1) {
#ifdef FD_DEBUG