From 88ea2b7c9e2cd8f18805ee24911df612e11acd81 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Thu, 23 May 2002 14:25:21 +0000 Subject: Fix a comment I missed when renaming FILE_UNUSE to FRELE. --- sys/kern/kern_descrip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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) -- cgit v1.2.3