git: b95a6ecffab4 - main - hastd(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 12:10:26 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b95a6ecffab4308ed8f737aaa94e24488a978121 commit b95a6ecffab4308ed8f737aaa94e24488a978121 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 12:05:25 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 12:06:30 +0000 hastd(8): Fix a typo in a source code comment - s/proccesses/processes/ MFC after: 3 days --- sbin/hastd/hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/hastd/hooks.c b/sbin/hastd/hooks.c index 0aeb1e076f7d..13890b5fcb10 100644 --- a/sbin/hastd/hooks.c +++ b/sbin/hastd/hooks.c @@ -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;