git: 2d851740d827 - stable/12 - hastd(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:44:57 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2d851740d827951f75a0c405afcc70405b0ab62f commit 2d851740d827951f75a0c405afcc70405b0ab62f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 12:05:25 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:32:28 +0000 hastd(8): Fix a typo in a source code comment - s/proccesses/processes/ (cherry picked from commit b95a6ecffab4308ed8f737aaa94e24488a978121) --- 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;