mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
ofed: Remove a double word in a source code comment
- s/is is/is/ MFC after: 3 days
This commit is contained in:
parent
36814092d4
commit
7f409fe7d8
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ static int uverbs_try_lock_object(struct ib_uobject *uobj,
|
|||
* In exclusive access mode, we check that the counter is zero (nobody
|
||||
* claimed this object) and we set it to -1. Releasing a shared access
|
||||
* lock is done simply by decreasing the counter. As for exclusive
|
||||
* access locks, since only a single one of them is is allowed
|
||||
* access locks, since only a single one of them is allowed
|
||||
* concurrently, setting the counter to zero is enough for releasing
|
||||
* this lock.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue