git: d7a8aaea36f5 - stable/12 - 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:36:15 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d7a8aaea36f5d6b694769d461561b940bfcb9f87 commit d7a8aaea36f5d6b694769d461561b940bfcb9f87 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:31:26 +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 c53fdbb4ea71..41de8fd16169 100644 --- a/sys/dev/mrsas/mrsas_cam.c +++ b/sys/dev/mrsas/mrsas_cam.c @@ -1952,7 +1952,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. */