summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2004-11-01 15:55:39 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2004-11-01 15:55:39 +0000
commit7c3195fee3a22490295874fc14bbc39943e271fa (patch)
tree7fe8f33391e85ce3a98781d1402581b383f10ae8
parent8cfc58854a57f371d9043e27cc1e80f6d167d4f2 (diff)
english
-rw-r--r--sys/kern/vfs_bio.c4
-rw-r--r--sys/ufs/ffs/ffs_alloc.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index f7b9192569a..b4402fb8723 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_bio.c,v 1.70 2004/09/20 10:56:51 pedro Exp $ */
+/* $OpenBSD: vfs_bio.c,v 1.71 2004/11/01 15:55:38 pedro Exp $ */
/* $NetBSD: vfs_bio.c,v 1.44 1996/06/11 11:15:36 pk Exp $ */
/*-
@@ -241,7 +241,7 @@ bio_doread(struct vnode *vp, daddr_t blkno, int size, int async)
/*
* If buffer does not have data valid, start a read.
* Note that if buffer is B_INVAL, getblk() won't return it.
- * Therefore, it's valid if it's I/O has completed or been delayed.
+ * Therefore, it's valid if its I/O has completed or been delayed.
*/
if (!ISSET(bp->b_flags, (B_DONE | B_DELWRI))) {
SET(bp->b_flags, B_READ | async);
diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c
index 4edc0274079..051b5297c66 100644
--- a/sys/ufs/ffs/ffs_alloc.c
+++ b/sys/ufs/ffs/ffs_alloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs_alloc.c,v 1.51 2004/10/25 23:36:50 pedro Exp $ */
+/* $OpenBSD: ffs_alloc.c,v 1.52 2004/11/01 15:55:38 pedro Exp $ */
/* $NetBSD: ffs_alloc.c,v 1.11 1996/05/11 18:27:09 mycroft Exp $ */
/*
@@ -325,7 +325,7 @@ error:
* Reallocate a sequence of blocks into a contiguous sequence of blocks.
*
* The vnode and an array of buffer pointers for a range of sequential
- * logical blocks to be made contiguous is given. The allocator attempts
+ * logical blocks to be made contiguous are given. The allocator attempts
* to find a range of sequential blocks starting as close as possible to
* an fs_rotdelay offset from the end of the allocation for the logical
* block immediately preceeding the current range. If successful, the