summaryrefslogtreecommitdiff
path: root/sys/dev/mii
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2009-07-25 12:23:41 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2009-07-25 12:23:41 +0000
commit83f3e4a8ce90949e1c5567ac4878f4217331d22a (patch)
treead2afba3d7effcd63d3e7ee64c9238ebd750de99 /sys/dev/mii
parent209a6b4ee6b039628e2a5fb0fa638b8b3c87c3db (diff)
typo
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/atphy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/atphy.c b/sys/dev/mii/atphy.c
index 41328f0a8bb..d1fc645391d 100644
--- a/sys/dev/mii/atphy.c
+++ b/sys/dev/mii/atphy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atphy.c,v 1.3 2009/07/25 12:17:42 kettenis Exp $ */
+/* $OpenBSD: atphy.c,v 1.4 2009/07/25 12:23:40 martynas Exp $ */
/*-
* Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org>
@@ -186,7 +186,7 @@ atphy_service(struct mii_softc *sc, struct mii_data *mii, int cmd)
/*
* XXX
* Due to an unknown reason powering down PHY resulted
- * in unexpected results such as inaccessbility of
+ * in unexpected results such as inaccessibility of
* hardware of freshly rebooted system. Disable
* powering down PHY until I got more information for
* Attansic/Atheros PHY hardwares.