mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct typo in comment
This commit is contained in:
parent
cf805fab87
commit
6821ba0e76
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ struct lockf {
|
|||
off_t lf_start; /* Byte # of the start of the lock */
|
||||
off_t lf_end; /* Byte # of the end of the lock (-1=EOF) */
|
||||
caddr_t lf_id; /* Id of the resource holding the lock */
|
||||
struct lockf **lf_head; /* Back pointer to the head of the locf list */
|
||||
struct lockf **lf_head; /* Back pointer to the head of the lockf list */
|
||||
struct inode *lf_inode; /* Back pointer to the inode */
|
||||
struct lockf *lf_next; /* Pointer to the next lock on this inode */
|
||||
struct locklist lf_blkhd; /* List of requests blocked on this lock */
|
||||
|
|
|
|||
Loading…
Reference in a new issue