Date: Sat, 2 Apr 2022 13:43:56 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7407ac89fc5f - stable/12 - cxgbe(4): Fix a typo in a source code comment Message-ID: <202204021343.232DhubE017796@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7407ac89fc5f5afcd5fd56b9de69c376c16883b6 commit 7407ac89fc5f5afcd5fd56b9de69c376c16883b6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:32:19 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 13:42:38 +0000 cxgbe(4): Fix a typo in a source code comment - s/begining/beginning/ (cherry picked from commit c9023cf7feb19694d433abe45cecedc3a2b99cb0) --- sys/dev/cxgbe/cudbg/cudbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/cxgbe/cudbg/cudbg.h b/sys/dev/cxgbe/cudbg/cudbg.h index 5d64b6f4b8a7..ae6c21ad095d 100644 --- a/sys/dev/cxgbe/cudbg/cudbg.h +++ b/sys/dev/cxgbe/cudbg/cudbg.h @@ -417,7 +417,7 @@ static inline void reset_dbg_bitmap(u8 *bitmap, enum CUDBG_DBG_ENTITY_TYPE type) * cudbg_alloc_handle - Allocates and initializes a handle that represents * cudbg state. Needs to called first before calling any other function. * - * returns a pointer to memory that has a cudbg_init structure at the begining + * returns a pointer to memory that has a cudbg_init structure at the beginning * and enough space after that for internal book keeping. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021343.232DhubE017796>