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;