diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-11-09 22:02:02 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-11-09 22:02:02 +0000 |
commit | fc360a564f423f6153219166750b4335eee05f51 (patch) | |
tree | 98d371653b239b00ed73275df9aec7e566eeb7d8 | |
parent | c87b6040056b5b10b90e57ae21d7f339572d1246 (diff) | |
download | FreeBSD-src-fc360a564f423f6153219166750b4335eee05f51.zip FreeBSD-src-fc360a564f423f6153219166750b4335eee05f51.tar.gz |
Fix typo in recent comment tweak.
Submitted by: jkim
MFC after: 1 week
-rw-r--r-- | sys/kern/kern_descrip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index c55da3c..f0c5650 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 |