From d214c67938aefad4c39724867cb854894168d4fd Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Wed, 22 Dec 2004 17:32:27 +0000 Subject: [PATCH] Fix comment. --- sys/pc98/cbus/fdc.c | 2 +- sys/pc98/pc98/fd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index 9845a821321..d2ead233ece 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; diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c index 9845a821321..d2ead233ece 100644 --- a/sys/pc98/pc98/fd.c +++ b/sys/pc98/pc98/fd.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;