git: 8d2289363389 - stable/12 - 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:28:09 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=8d2289363389ebe583d9ecfc63ed279229e1a5e4
commit 8d2289363389ebe583d9ecfc63ed279229e1a5e4
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:26:46 +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.
*/