Correct division by zero error in comment.

This commit is contained in:
Kris Kennaway 2005-11-24 00:53:14 +00:00
parent 7f2444598a
commit 12f6e63d15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152739

View File

@ -59,7 +59,7 @@ struct bio {
long bio_bcount; /* Valid bytes in buffer. */
caddr_t bio_data; /* Memory, superblocks, indirect etc. */
int bio_error; /* Errno for BIO_ERROR. */
long bio_resid; /* Remaining I/0 in bytes. */
long bio_resid; /* Remaining I/O in bytes. */
void (*bio_done)(struct bio *);
void *bio_driver1; /* Private use by the provider. */
void *bio_driver2; /* Private use by the provider. */