summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-05-23 14:25:21 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-05-23 14:25:21 +0000
commit88ea2b7c9e2cd8f18805ee24911df612e11acd81 (patch)
treedc0aaa5b7400b7e51e90c94f21128ea1ca03e033 /sys/kern
parenta565e0dddb390d87675bb7350fe73d3ec63a8407 (diff)
Fix a comment I missed when renaming FILE_UNUSE to FRELE.
Diffstat (limited to 'sys/kern')
-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)