Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:13:41 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6d14451326e3 - stable/13 - hastd(8): Fix a typo in a source code comment
Message-ID:  <202204140613.23E6DfUh055051@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204140613.23E6DfUh055051>