git: 6d14451326e3 - stable/13 - 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:13:41 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=6d14451326e31080c2b51d8b631cedba504ad63e commit 6d14451326e31080c2b51d8b631cedba504ad63e 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:12:19 +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;