git: 5c7e6e56d9cb - stable/13 - mrsas(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 09:30:51 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=5c7e6e56d9cb4fa14a4cd350aeb1e085db92911b
commit 5c7e6e56d9cb4fa14a4cd350aeb1e085db92911b
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-11 09:48:14 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-14 09:30:35 +0000
mrsas(4): Fix a typo in a source code comment
- s/reqest/request/
(cherry picked from commit e018483b10e7cf2cd852406648ccaf1f159ecb8d)
---
sys/dev/mrsas/mrsas_cam.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/mrsas/mrsas_cam.c b/sys/dev/mrsas/mrsas_cam.c
index 8841908051b8..c41d9350421c 100644
--- a/sys/dev/mrsas/mrsas_cam.c
+++ b/sys/dev/mrsas/mrsas_cam.c
@@ -1941,7 +1941,7 @@ mrsas_tm_response_code(struct mrsas_softc *sc,
/*
* mrsas_issue_tm: Fires the TM command to FW and waits for completion
* input: Adapter instance soft state
- * reqest descriptor compiled by mrsas_reset_targets
+ * request descriptor compiled by mrsas_reset_targets
*
* Returns FAIL if TM command TIMEDOUT from FW else SUCCESS.
*/