summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_descrip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c
index 2756250134f..9fcdaec27a3 100644
--- a/sys/kern/kern_descrip.c
+++ b/sys/kern/kern_descrip.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_descrip.c,v 1.56 2002/03/14 01:27:04 millert Exp $ */
+/* $OpenBSD: kern_descrip.c,v 1.57 2002/05/23 14:25:20 art Exp $ */
/* $NetBSD: kern_descrip.c,v 1.42 1996/03/30 22:24:38 christos Exp $ */
/*
@@ -1029,7 +1029,7 @@ fdfree(p)
* Note: p may be NULL when closing a file
* that was being passed in a message.
*
- * The fp must have its usecount bumped and will be FILE_UNUSEd here.
+ * The fp must have its usecount bumped and will be FRELEd here.
*/
int
closef(struct file *fp, struct proc *p)