mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix typo in recent comment tweak.
Submitted by: jkim MFC after: 1 week
This commit is contained in:
parent
794bf8edc7
commit
f8a9ed1fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue