mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
ocs_fc(4): Fix a typo in a source code comment
- s/initialzied/initialized/ MFC after: 3 days
This commit is contained in:
parent
f70fc4377f
commit
cededdff9b
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ _ocs_list_insert_link(ocs_list_t *a, ocs_list_t *b, ocs_list_t *c)
|
|||
* @brief Initialize a list link for debug purposes
|
||||
*
|
||||
* For debugging a linked list link element has a magic number that is initialized,
|
||||
* and the offset value initialzied and used for subsequent assertions.
|
||||
* and the offset value initialized and used for subsequent assertions.
|
||||
*
|
||||
*
|
||||
* @param list Pointer to list head
|
||||
|
|
|
|||
Loading…
Reference in a new issue