diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2021-08-28 17:24:27 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-09-02 06:13:48 +0000 |
| commit | aa9d47d9de1a04280c2d734dccd8d44609678957 (patch) | |
| tree | 5b47adf04c9da42beae3fb78b8b21b13297086b2 /sys/dev/isci | |
| parent | ebc0d29e14f08b76908ed872815ffe3d01df9a79 (diff) | |
Diffstat (limited to 'sys/dev/isci')
| -rw-r--r-- | sys/dev/isci/scil/sci_memory_descriptor_list.h | 2 | ||||
| -rw-r--r-- | sys/dev/isci/scil/scif_sas_controller.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isci/scil/sci_memory_descriptor_list.h b/sys/dev/isci/scil/sci_memory_descriptor_list.h index 6b78fbc6055d..21516c13231c 100644 --- a/sys/dev/isci/scil/sci_memory_descriptor_list.h +++ b/sys/dev/isci/scil/sci_memory_descriptor_list.h @@ -96,7 +96,7 @@ typedef struct SCI_PHYSICAL_MEMORY_DESCRIPTOR void * virtual_address; /** - * This field contains the physical address associated with this desciptor + * This field contains the physical address associated with this descriptor * element. This field shall be zero when the descriptor is retrieved from * the SCI implementation. The user shall set this field prior * sci_controller_start() diff --git a/sys/dev/isci/scil/scif_sas_controller.h b/sys/dev/isci/scil/scif_sas_controller.h index fc7583e84367..3de39864811c 100644 --- a/sys/dev/isci/scil/scif_sas_controller.h +++ b/sys/dev/isci/scil/scif_sas_controller.h @@ -121,7 +121,7 @@ typedef struct SCIF_SAS_CONTROLLER SCI_BASE_CONTROLLER_STATE_HANDLER_T * state_handlers; /** - * This field contains the memory desciptors defining the physical + * This field contains the memory descriptors defining the physical * memory requirements for this controller. */ SCI_PHYSICAL_MEMORY_DESCRIPTOR_T mdes[SCIF_SAS_MAX_MEMORY_DESCRIPTORS]; |
