summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_bio.c')
-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 914f48f..bbba887 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -11,7 +11,7 @@
* 2. Absolutely no warranty of function or purpose is made by the author
* John S. Dyson.
*
- * $Id: vfs_bio.c,v 1.160 1998/03/27 06:48:24 dyson Exp $
+ * $Id: vfs_bio.c,v 1.161 1998/04/15 17:46:30 bde Exp $
*/
/*
@@ -1663,7 +1663,7 @@ allocbuf(struct buf * bp, int size)
origbufsize = 0;
#if !defined(NO_B_MALLOC)
/*
- * If the buffer is growing on it's other-than-first allocation,
+ * If the buffer is growing on its other-than-first allocation,
* then we revert to the page-allocation scheme.
*/
if (bp->b_flags & B_MALLOC) {
OpenPOWER on IntegriCloud