git: bcdea7f57894 - stable/13 - sym(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:18:01 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=bcdea7f57894869dac18c429fc33c04d650cc7e2 commit bcdea7f57894869dac18c429fc33c04d650cc7e2 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-08 19:04:01 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:17:03 +0000 sym(4): Fix a typo in a source code comment - s/explicitely/explicitly/ (cherry picked from commit 4e27f867331c9db84e9c4cbdac1bbd49927f59d6) --- sys/dev/sym/sym_fw2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sym/sym_fw2.h b/sys/dev/sym/sym_fw2.h index 5858fa9ed542..ed6f96c3d221 100644 --- a/sys/dev/sym/sym_fw2.h +++ b/sys/dev/sym/sym_fw2.h @@ -1774,7 +1774,7 @@ static const struct SYM_FWB_SCR SYM_FWB_SCR = { * While testing with bogus QUANTUM drives, the C1010 * sometimes raised a spurious phase mismatch with * WSR and the CHMOV(1) triggered another PM. - * Waiting explicitely for the PHASE seemed to avoid + * Waiting explicitly for the PHASE seemed to avoid * the nested phase mismatch. Btw, this didn't happen * using my IBM drives. */