git: a5d0b1278688 - stable/13 - ocs_fc(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 09 Apr 2022 06:14:57 UTC
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=a5d0b1278688c8b7695497b48be56e40bb99d869

commit a5d0b1278688c8b7695497b48be56e40bb99d869
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:28:30 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:11:34 +0000

    ocs_fc(4): Fix a typo in a source code comment
    
    - s/initialzied/initialized/
    
    (cherry picked from commit cededdff9bf00914bc7109c38ee778b894e7dd6f)
---
 sys/dev/ocs_fc/ocs_list.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/ocs_fc/ocs_list.h b/sys/dev/ocs_fc/ocs_list.h
index a0e878fb40ad..bceeeae5b0cc 100644
--- a/sys/dev/ocs_fc/ocs_list.h
+++ b/sys/dev/ocs_fc/ocs_list.h
@@ -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