ocs_fc(4): Fix a typo in a source code comment

- s/initialzied/initialized/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 14:28:30 +02:00
parent f70fc4377f
commit cededdff9b

View file

@ -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