kern_lockf.c: fix typo

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov
2023-07-05 01:23:57 +03:00
parent 8e7046ff29
commit 658e762067
+1 -1
View File
@@ -195,7 +195,7 @@ static void lf_print_owner(struct lock_owner *);
struct lock_owner {
LIST_ENTRY(lock_owner) lo_link; /* (l) hash chain */
int lo_refs; /* (l) Number of locks referring to this */
int lo_flags; /* (c) Flags passwd to lf_advlock */
int lo_flags; /* (c) Flags passed to lf_advlock */
caddr_t lo_id; /* (c) Id value passed to lf_advlock */
pid_t lo_pid; /* (c) Process Id of the lock owner */
int lo_sysid; /* (c) System Id of the lock owner */