mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
hastd(8): Fix a typo in a source code comment
- s/proccesses/processes/ MFC after: 3 days
This commit is contained in:
parent
2dd0c2bc7f
commit
b95a6ecffa
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ hook_check(void)
|
|||
}
|
||||
|
||||
/*
|
||||
* Skip proccesses younger than 1 minute.
|
||||
* Skip processes younger than 1 minute.
|
||||
*/
|
||||
if (now - hp->hp_lastreport < REPORT_INTERVAL)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue