git: 88ed58d7f884 - main - mod_cc(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Aug 2025 08:49:04 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=88ed58d7f88471dc69e943e94d420cd4ef090042
commit 88ed58d7f88471dc69e943e94d420cd4ef090042
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-08-25 08:39:11 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-08-25 08:39:11 +0000
mod_cc(4): Fix a typo in a source code comment
- s/assigments/assignments/
MFC after: 3 days
---
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 d85ad4e9f4fd..c20a20cd983d 100644
--- a/sys/netinet/cc/cc.c
+++ b/sys/netinet/cc/cc.c
@@ -659,7 +659,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: