git: 14c52845c5ef - stable/12 - ocs_fc(4): Fix a typo in a source code comment

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

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

commit 14c52845c5ef6cd00fabd039b4d12bc8173566d4
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:26:39 +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 f94660fd2d74..91bc98ea57cc 100644
--- a/sys/dev/ocs_fc/ocs_list.h
+++ b/sys/dev/ocs_fc/ocs_list.h
@@ -183,7 +183,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