git: c9023cf7feb1 - main - cxgbe(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 17:28:52 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c9023cf7feb19694d433abe45cecedc3a2b99cb0 commit c9023cf7feb19694d433abe45cecedc3a2b99cb0 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-03-27 16:32:19 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-03-28 17:28:15 +0000 cxgbe(4): Fix a typo in a source code comment - s/begining/beginning/ MFC after: 3 days --- 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. */