diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-19 18:29:21 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-19 18:29:21 +0000 |
commit | 5e21882bb4e7d36ebcf0300234486a54ff4e7b13 (patch) | |
tree | 19f765007e5ccb960eb8c05b2d6ada44d5142e39 /sys | |
parent | 8b11850f9d04c096d8ed3647db512f8feceefaf4 (diff) | |
download | src-5e21882bb4e7d36ebcf0300234486a54ff4e7b13.tar.gz src-5e21882bb4e7d36ebcf0300234486a54ff4e7b13.zip |
iscsi(4): Fix a typo in a source code comment
- s/conditon/condition/
MFC after: 3 days
Diffstat (limited to 'sys')
-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 |