git: 197f36e0005a - stable/13 - iscsi(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Nov 2021 11:43:47 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=197f36e0005af6aa83c57e6f163d10ca949fb410 commit 197f36e0005af6aa83c57e6f163d10ca949fb410 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-19 18:29:21 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-11-28 11:41:52 +0000 iscsi(4): Fix a typo in a source code comment - s/conditon/condition/ (cherry picked from commit 5e21882bb4e7d36ebcf0300234486a54ff4e7b13) --- sys/dev/isci/scil/scif_sas_design.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isci/scil/scif_sas_design.h b/sys/dev/isci/scil/scif_sas_design.h index 1f2e8a851287..18c9e86e861d 100644 --- a/sys/dev/isci/scil/scif_sas_design.h +++ b/sys/dev/isci/scil/scif_sas_design.h @@ -334,7 +334,7 @@ Please refer to these files directly for further design information: The SCIF SAS SMP REMOTE DEVICE object represents the expander device and fulfills its SMP discover activities. The discover procedure includes a initial discover phase and a following SATA spinup_hold release phase, if there are expander attached -SATA device is discovered and in spinup_hold conditon. The SCIF SAS SMP REMOTE DEVICE +SATA device is discovered and in spinup_hold condition. The SCIF SAS SMP REMOTE DEVICE object also fulfills expander attached device Target Reset (Phy Control) activity. @image latex Discover Process.eps "SMP Discover Activity Diagram" width=10cm