summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/miivar.h
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-10-31 22:41:53 +0000
committermarius <marius@FreeBSD.org>2010-10-31 22:41:53 +0000
commit1c32ba1d910225a631b71f4807cfd66322749855 (patch)
tree2e10602831e4539d5c97b2d9be3eca0ddb8c7fff /sys/dev/mii/miivar.h
parent4d0f9c6e02adc2e1977f5473ceb66b24f371b266 (diff)
downloadFreeBSD-src-1c32ba1d910225a631b71f4807cfd66322749855.zip
FreeBSD-src-1c32ba1d910225a631b71f4807cfd66322749855.tar.gz
Make a comment reflect reality.
Diffstat (limited to 'sys/dev/mii/miivar.h')
-rw-r--r--sys/dev/mii/miivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/miivar.h b/sys/dev/mii/miivar.h
index 15a3f3f..6783cf5 100644
--- a/sys/dev/mii/miivar.h
+++ b/sys/dev/mii/miivar.h
@@ -148,7 +148,7 @@ typedef struct mii_softc mii_softc_t;
/*
* Special `locators' passed to mii_attach(). If one of these is not
* an `any' value, we look for *that* PHY and configure it. If both
- * are not `any', that is an error, and mii_attach() will panic.
+ * are not `any', that is an error, and mii_attach() will fail.
*/
#define MII_OFFSET_ANY -1
#define MII_PHY_ANY -1
OpenPOWER on IntegriCloud