aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-10-31 22:41:53 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-10-31 22:41:53 +0000
commit4a446e3e8e918dcb8b006a0555868cce2338aa1f (patch)
tree2e10602831e4539d5c97b2d9be3eca0ddb8c7fff /sys/dev/mii
parentec1e236534b5395cb36f7b3dee6f902a02bfd42a (diff)
downloadsrc-4a446e3e8e918dcb8b006a0555868cce2338aa1f.tar.gz
src-4a446e3e8e918dcb8b006a0555868cce2338aa1f.zip
Make a comment reflect reality.
Notes
Notes: svn path=/head/; revision=214605
Diffstat (limited to 'sys/dev/mii')
-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 15a3f3f470dc..6783cf515398 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