mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Fix typo.
MFC after: 3 days
This commit is contained in:
parent
0e68afe553
commit
3931b59fad
1 changed files with 1 additions and 1 deletions
|
|
@ -2493,7 +2493,7 @@ objlist_call_init(Objlist *list, RtldLockState *lockstate)
|
|||
continue;
|
||||
/*
|
||||
* Race: other thread might try to use this object before current
|
||||
* one completes the initilization. Not much can be done here
|
||||
* one completes the initialization. Not much can be done here
|
||||
* without better locking.
|
||||
*/
|
||||
elm->obj->init_done = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue