Fix comment.

This commit is contained in:
Poul-Henning Kamp 2004-12-22 17:32:27 +00:00
parent 7df050f9a8
commit d214c67938
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;