summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-04-30 06:16:03 +0000
committerphk <phk@FreeBSD.org>2000-04-30 06:16:03 +0000
commit0fa9118e2c155ae48741c8f2772bda4d83014994 (patch)
treed332ce5dcccdca0a0dc943a539798045d1e25dc8 /sys/kern
parent18b5b5a693e36994bcf4a8bab0b2dbad6746d5c5 (diff)
downloadFreeBSD-src-0fa9118e2c155ae48741c8f2772bda4d83014994.zip
FreeBSD-src-0fa9118e2c155ae48741c8f2772bda4d83014994.tar.gz
Hmm, diff/patch still doesn't like me.
Missed one s/biowait/bufwait/g
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_bio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 7e99d18..0338cc5 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -2573,14 +2573,14 @@ allocbuf(struct buf *bp, int size)
}
/*
- * biowait:
+ * bufwait:
*
* Wait for buffer I/O completion, returning error status. The buffer
* is left locked and B_DONE on return. B_EINTR is converted into a EINTR
* error and cleared.
*/
int
-biowait(register struct buf * bp)
+bufwait(register struct buf * bp)
{
int s;
OpenPOWER on IntegriCloud