summaryrefslogtreecommitdiff
path: root/sys/dev/isci
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-08-28 17:24:27 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-09-02 06:13:48 +0000
commitaa9d47d9de1a04280c2d734dccd8d44609678957 (patch)
tree5b47adf04c9da42beae3fb78b8b21b13297086b2 /sys/dev/isci
parentebc0d29e14f08b76908ed872815ffe3d01df9a79 (diff)
Diffstat (limited to 'sys/dev/isci')
-rw-r--r--sys/dev/isci/scil/sci_memory_descriptor_list.h2
-rw-r--r--sys/dev/isci/scil/scif_sas_controller.h2
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];