git: b8259e215043 - stable/14 - mod_cc(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Aug 2025 09:13:55 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=b8259e21504330940b90714372bfdf9a592ce928 commit b8259e21504330940b90714372bfdf9a592ce928 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-08-25 08:39:11 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-08-28 09:11:57 +0000 mod_cc(4): Fix a typo in a source code comment - s/assigments/assignments/ (cherry picked from commit 88ed58d7f88471dc69e943e94d420cd4ef090042) --- sys/netinet/cc/cc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/cc/cc.c b/sys/netinet/cc/cc.c index ea8cb904c7aa..af32817a547c 100644 --- a/sys/netinet/cc/cc.c +++ b/sys/netinet/cc/cc.c @@ -618,7 +618,7 @@ cc_modevent(module_t mod, int event_type, void *data) case MOD_SHUTDOWN: break; case MOD_QUIESCE: - /* Stop any new assigments */ + /* Stop any new assignments */ err = cc_stop_new_assignments(algo); break; case MOD_UNLOAD: