diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-19 18:29:21 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-28 11:46:56 +0000 |
| commit | 143b0e9b16c999430ce5f3c156cc6ebfa9ccbc50 (patch) | |
| tree | 12a7910bdf7d510487d678356cb6cdc2c75c0abf | |
| parent | 7ab9bcc23db09aaa895b0e3fa65f134cf38d9504 (diff) | |
iscsi(4): Fix a typo in a source code comment
- s/conditon/condition/
(cherry picked from commit 5e21882bb4e7d36ebcf0300234486a54ff4e7b13)
| -rw-r--r-- | sys/dev/isci/scil/scif_sas_design.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
