aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/primary.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/hastd/primary.c')
-rw-r--r--sbin/hastd/primary.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sbin/hastd/primary.c b/sbin/hastd/primary.c
index 620cb6e72720..5d166a088b9b 100644
--- a/sbin/hastd/primary.c
+++ b/sbin/hastd/primary.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ * SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2009 The FreeBSD Foundation
* Copyright (c) 2010-2011 Pawel Jakub Dawidek <pawel@dawidek.net>
@@ -30,9 +30,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/time.h>
#include <sys/bio.h>
@@ -101,7 +98,7 @@ struct hio {
*/
refcnt_t hio_writecount;
/*
- * Memsync request was acknowleged by remote.
+ * Memsync request was acknowledged by remote.
*/
bool hio_memsyncacked;
/*