git: 4e27f867331c - main - sym(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 07:30:08 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=4e27f867331c9db84e9c4cbdac1bbd49927f59d6 commit 4e27f867331c9db84e9c4cbdac1bbd49927f59d6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-08 19:04:01 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 07:23:57 +0000 sym(4): Fix a typo in a source code comment - s/explicitely/explicitly/ MFC after: 3 days --- 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. */