git: adc41a72b884 - main - isci(4): Fix a couple of typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Apr 2026 07:11:23 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=adc41a72b8843047d02265a6ab2d8a5025a9ce89
commit adc41a72b8843047d02265a6ab2d8a5025a9ce89
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2026-04-04 07:05:51 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2026-04-04 07:11:11 +0000
isci(4): Fix a couple of typos in source code comments
- s/THis/This/
- s/impementation/implementation/
MFC after: 3 days
---
sys/dev/isci/scil/scic_sds_phy_registers.h | 2 +-
sys/dev/isci/scil/scic_sds_remote_node_table.c | 4 ++--
sys/dev/isci/scil/scic_sds_stp_request.h | 2 +-
sys/dev/isci/scil/scif_remote_device.h | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sys/dev/isci/scil/scic_sds_phy_registers.h b/sys/dev/isci/scil/scic_sds_phy_registers.h
index c0467325eb3b..29b04133d19b 100644
--- a/sys/dev/isci/scil/scic_sds_phy_registers.h
+++ b/sys/dev/isci/scil/scic_sds_phy_registers.h
@@ -137,7 +137,7 @@ extern "C" {
//*****************************************************************************
/**
- * THis macro requests the SCU register write for the specified link layer
+ * This macro requests the SCU register write for the specified link layer
* register.
*/
#define scu_link_layer_register_read(phy, reg) \
diff --git a/sys/dev/isci/scil/scic_sds_remote_node_table.c b/sys/dev/isci/scil/scic_sds_remote_node_table.c
index a29cbefa5057..e447d5d952af 100644
--- a/sys/dev/isci/scil/scic_sds_remote_node_table.c
+++ b/sys/dev/isci/scil/scic_sds_remote_node_table.c
@@ -276,7 +276,7 @@ void scic_sds_remote_node_table_clear_group(
}
/**
- * THis method sets an entire remote node group in the remote node table.
+ * This method sets an entire remote node group in the remote node table.
*
* @param[in] remote_node_table
* @param[in] group_index
@@ -471,7 +471,7 @@ U16 scic_sds_remote_node_table_allocate_single_remote_node(
*
* @param[in] remote_node_table This is the remote node table from which to
* allocate the remote node entries.
- * @param[in] group_table_index THis is the group table index which must equal
+ * @param[in] group_table_index This is the group table index which must equal
* two (2) for this operation.
*
* @return The remote node index that represents three consecutive remote node
diff --git a/sys/dev/isci/scil/scic_sds_stp_request.h b/sys/dev/isci/scil/scic_sds_stp_request.h
index e8a64868a3b1..8cf60c8dd1b3 100644
--- a/sys/dev/isci/scil/scic_sds_stp_request.h
+++ b/sys/dev/isci/scil/scic_sds_stp_request.h
@@ -175,7 +175,7 @@ enum SCIC_SDS_STP_REQUEST_STARTED_NON_DATA_SUBSTATES
/**
* @enum SCIC_SDS_STP_REQUEST_STARTED_SOFT_RESET_SUBSTATES
*
- * @brief THis enumeration depicts the various sub-states associated with a
+ * @brief This enumeration depicts the various sub-states associated with a
* SATA/STP soft reset operation.
*/
enum SCIC_SDS_STP_REQUEST_STARTED_SOFT_RESET_SUBSTATES
diff --git a/sys/dev/isci/scil/scif_remote_device.h b/sys/dev/isci/scil/scif_remote_device.h
index b6ac032c8234..4c21654ce42a 100644
--- a/sys/dev/isci/scil/scif_remote_device.h
+++ b/sys/dev/isci/scil/scif_remote_device.h
@@ -240,7 +240,7 @@ SCI_REMOTE_DEVICE_HANDLE_T scif_remote_device_get_scic_handle(
/**
* @brief This method returns the maximum queue depth supported for the
- * supplied target by this SCI Framework impementation.
+ * supplied target by this SCI Framework implementation.
*
* @param[in] remote_device This parameter specifies the framework
* device for which to return the maximum queue depth.