git: 011e6016d022 - main - isci(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 11:35:51 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=011e6016d0225e757a4475b082d1017804d259e9 commit 011e6016d0225e757a4475b082d1017804d259e9 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 11:35:30 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 11:35:30 +0000 isci(4): Fix a typo in a source code comment - s/differnt/different/ MFC after: 3 days --- 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. *