git: 42a2373d22e9 - stable/13 - cxgbe(4): Fix a typo in a source code comment

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

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

commit 42a2373d22e94d7ae63daa8d05b4f69cf5076c6d
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:29:40 +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.
  */