summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-12-22 17:32:27 +0000
committerphk <phk@FreeBSD.org>2004-12-22 17:32:27 +0000
commit55f52615a89c7c8c30899d64ead8269d37eb6709 (patch)
treed3d420f59b7b75475e4bfc3fd31df29ce205b5bb /sys/pc98/cbus
parent9fa6e5be504794d75d4d016c6b01e0c2c70efe6e (diff)
downloadFreeBSD-src-55f52615a89c7c8c30899d64ead8269d37eb6709.zip
FreeBSD-src-55f52615a89c7c8c30899d64ead8269d37eb6709.tar.gz
Fix comment.
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/fdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c
index 9845a82..d2ead23 100644
--- a/sys/pc98/cbus/fdc.c
+++ b/sys/pc98/cbus/fdc.c
@@ -1460,7 +1460,7 @@ fdopen(struct cdev *dev, int flags, int mode, struct thread *td)
/*
* Unfortunately, physio(9) discards its ioflag
* argument, thus preventing us from seeing the
- * IO_NDELAY bit. So we need to keep track
+ * O_NONBLOCK bit. So we need to keep track
* ourselves.
*/
fd->flags |= FD_NONBLOCK;
OpenPOWER on IntegriCloud