summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Lambert <blambert@cvs.openbsd.org>2008-11-25 18:04:39 +0000
committerBret Lambert <blambert@cvs.openbsd.org>2008-11-25 18:04:39 +0000
commitc88af1981f4e0cf44157c3039fbfce8583582140 (patch)
tree1444a3b721cec1e750bc5d565cae6b8808b43f16
parent4b93a63bd45e0c9c4497166f834555e5ec96c1f3 (diff)
Punctuate comment for clarity, and keep tense consistent throughout
ok and improvements jmc@
-rw-r--r--sys/kern/kern_descrip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c
index 8097d04710e..893cb85a9eb 100644
--- a/sys/kern/kern_descrip.c
+++ b/sys/kern/kern_descrip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_descrip.c,v 1.80 2008/09/19 12:24:55 art Exp $ */
+/* $OpenBSD: kern_descrip.c,v 1.81 2008/11/25 18:04:38 blambert Exp $ */
/* $NetBSD: kern_descrip.c,v 1.42 1996/03/30 22:24:38 christos Exp $ */
/*
@@ -454,8 +454,8 @@ restart:
if (fp != fd_getfile(fdp, fd)) {
/*
- * We have lost the race with close() or dup2()
- * unlock, pretend that we'd won the race and that
+ * We have lost the race with close() or dup2();
+ * unlock, pretend that we've won the race and that
* lock had been removed by close()
*/
fl.l_whence = SEEK_SET;