mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typos.
MFC after: 3 days
This commit is contained in:
parent
8f72ae0612
commit
26a8bd903a
1 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ probe fires when a thread successfully upgrades a held
|
|||
read lock to a write lock.
|
||||
The
|
||||
.Fn lockstat:::rw-downgrade
|
||||
probe first when a thread downgrades a held
|
||||
probe fires when a thread downgrades a held
|
||||
.Xr rwlock 9
|
||||
write lock to a read lock.
|
||||
The only argument is a pointer to the structure which describes
|
||||
|
|
@ -226,7 +226,7 @@ waiting to acquire a
|
|||
.Xr sx 9 .
|
||||
The
|
||||
.Fn lockstat:::sx-spin
|
||||
probe first when a thread spins while waiting to acquire a
|
||||
probe fires when a thread spins while waiting to acquire a
|
||||
.Xr sx 9 .
|
||||
Both probes take the same set of arguments.
|
||||
The first argument is a pointer to the lock structure that describes
|
||||
|
|
|
|||
Loading…
Reference in a new issue