mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
mod_cc(4): Fix a typo in a source code comment
- s/assigments/assignments/ (cherry picked from commit 88ed58d7f88471dc69e943e94d420cd4ef090042)
This commit is contained in:
parent
f7537f7848
commit
0fce0e3984
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue