git: 1c378b240e29 - stable/12 - isci(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:33:40 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=1c378b240e29cd7d85145f8f00f56b80d3da27e1
commit 1c378b240e29cd7d85145f8f00f56b80d3da27e1
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 11:35:30 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:25:57 +0000
isci(4): Fix a typo in a source code comment
- s/differnt/different/
(cherry picked from commit 011e6016d0225e757a4475b082d1017804d259e9)
---
sys/dev/isci/scil/scic_sds_port_configuration_agent.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/isci/scil/scic_sds_port_configuration_agent.c b/sys/dev/isci/scil/scic_sds_port_configuration_agent.c
index d23e0623b00a..3832898314f8 100644
--- a/sys/dev/isci/scil/scic_sds_port_configuration_agent.c
+++ b/sys/dev/isci/scil/scic_sds_port_configuration_agent.c
@@ -1012,7 +1012,7 @@ void scic_sds_port_configuration_agent_construct(
* agent is being initialized.
*
* @param[in] port_agent This is the port configuration agent that is being
- * initialized. The initialization path is handled differntly
+ * initialized. The initialization path is handled differently
* for the automatic port configuration agent and the manual port
* configuration agent.
*