git: cededdff9bf0 - main - ocs_fc(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 12:28:54 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=cededdff9bf00914bc7109c38ee778b894e7dd6f commit cededdff9bf00914bc7109c38ee778b894e7dd6f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 12:28:30 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 12:28:30 +0000 ocs_fc(4): Fix a typo in a source code comment - s/initialzied/initialized/ MFC after: 3 days --- 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