aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/hastd/hooks.c')
-rw-r--r--sbin/hastd/hooks.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/hastd/hooks.c b/sbin/hastd/hooks.c
index 0aeb1e076f7d..43ba6f06851a 100644
--- a/sbin/hastd/hooks.c
+++ b/sbin/hastd/hooks.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2010 The FreeBSD Foundation
* Copyright (c) 2010 Pawel Jakub Dawidek <pjd@FreeBSD.org>
@@ -30,9 +30,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/sysctl.h>
#include <sys/wait.h>
@@ -312,7 +309,7 @@ hook_check(void)
}
/*
- * Skip proccesses younger than 1 minute.
+ * Skip processes younger than 1 minute.
*/
if (now - hp->hp_lastreport < REPORT_INTERVAL)
continue;