aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-10-11 20:22:20 +0000
committerWarner Losh <imp@FreeBSD.org>2002-10-11 20:22:20 +0000
commit41a0c1eedd0f28806cf72e498d7ae662b3df244d (patch)
tree83f80e79533c05b0365e86ce822172d2cb765a0a /sys
parenta3672eee7a124e59bcde9a1ee486499d62da0d2d (diff)
downloadsrc-41a0c1eedd0f28806cf72e498d7ae662b3df244d.tar.gz
src-41a0c1eedd0f28806cf72e498d7ae662b3df244d.zip
s/modunload/kldunload
Notes
Notes: svn path=/head/; revision=104933
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sio/sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 42dbd06a266f..ca4102a3ef67 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -425,7 +425,7 @@ SYSCTL_PROC(_machdep, OID_AUTO, conspeed, CTLTYPE_INT | CTLFLAG_RW,
* XXX this is mostly wrong.
* XXX TODO:
* This is usually called when the card is ejected, but
- * can be caused by a modunload of a controller driver.
+ * can be caused by a kldunload of a controller driver.
* The idea is to reset the driver's view of the device
* and ensure that any driver entry points such as
* read and write do not hang.