From f8a9ed1fa74792854b81a4fa39316bb0af841f4e Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 9 Nov 2005 22:02:02 +0000 Subject: [PATCH] Fix typo in recent comment tweak. Submitted by: jkim MFC after: 1 week --- sys/kern/kern_descrip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index c55da3c2ce01..f0c5650cf513 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -1880,7 +1880,7 @@ closef(struct file *fp, struct thread *td) * a flag in the unlock to free ONLY locks obeying POSIX * semantics, and not to free BSD-style file locks. * If the descriptor was in a message, POSIX-style locks - * aren't passed with the descripto, and the thread pointer + * aren't passed with the descriptor, and the thread pointer * will be NULL. Callers should be careful only to pass a * NULL thread pointer when there really is no owning * context that might have locks, or the locks will be