Fix comment.

This commit is contained in:
phk 2004-12-22 17:32:27 +00:00
parent 9fa6e5be50
commit 55f52615a8
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;