summaryrefslogtreecommitdiff
path: root/sys/isofs
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-04-10 17:47:57 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-04-10 17:47:57 +0000
commitb79f7d8019552bffbfb9132282c9e400ed234e23 (patch)
tree746cae9358ef503518bb08df39c8d11a2ea50ded /sys/isofs
parent3b1e074fc83378f28653b59731c5a50a5b3d8bf3 (diff)
``it's'' -> ``its'' when the grammar gods require this change.
Diffstat (limited to 'sys/isofs')
-rw-r--r--sys/isofs/udf/udf_vnops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isofs/udf/udf_vnops.c b/sys/isofs/udf/udf_vnops.c
index f5bcaa3e0e0..231c0f7ff90 100644
--- a/sys/isofs/udf/udf_vnops.c
+++ b/sys/isofs/udf/udf_vnops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: udf_vnops.c,v 1.23 2007/03/25 18:38:20 thib Exp $ */
+/* $OpenBSD: udf_vnops.c,v 1.24 2007/04/10 17:47:55 miod Exp $ */
/*
* Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org>
@@ -84,7 +84,7 @@ struct vnodeopv_desc udf_vnodeop_opv_desc =
#define UDF_INVALID_BMAP -1
-/* Look up a unode based on the ino_t passed in and return it's vnode */
+/* Look up a unode based on the ino_t passed in and return its vnode */
int
udf_hashlookup(struct umount *ump, ino_t id, int flags, struct vnode **vpp)
{