git: 77c2208c57b6 - stable/13 - 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:15:01 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=77c2208c57b646e728f4a7566301b0c6c6e4b894
commit 77c2208c57b646e728f4a7566301b0c6c6e4b894
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:12:16 +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.
*