mod_cc(4): Fix a typo in a source code comment

- s/assigments/assignments/

(cherry picked from commit 88ed58d7f88471dc69e943e94d420cd4ef090042)
This commit is contained in:
Gordon Bergling 2025-08-25 10:39:11 +02:00 committed by Franco Fichtner
parent f7537f7848
commit 0fce0e3984

View file

@ -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: