summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2017-06-20 12:39:21 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2017-06-20 12:39:21 +0000
commit57851eee4524eaae26eec6f7c875a084c3ac9d72 (patch)
treec226a57bad86b931b34760ea70404324f1d7a6b6
parent1e2e74e08ef5cab10e537f1567a4fbc6ac9d775a (diff)
Fix a couple of comment typos in amd64 and i386 biosvar.h
-rw-r--r--sys/arch/amd64/include/biosvar.h6
-rw-r--r--sys/arch/i386/include/biosvar.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/include/biosvar.h b/sys/arch/amd64/include/biosvar.h
index 8eaf6055079..dcb59d766ca 100644
--- a/sys/arch/amd64/include/biosvar.h
+++ b/sys/arch/amd64/include/biosvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: biosvar.h,v 1.23 2017/06/19 22:50:50 deraadt Exp $ */
+/* $OpenBSD: biosvar.h,v 1.24 2017/06/20 12:39:20 tom Exp $ */
/*
* Copyright (c) 1997-1999 Michael Shalayeff
@@ -107,7 +107,7 @@ typedef struct _bios_memmap {
*
* Also, do not bother with BIOSN*() macros, just parcel
* the info out, and use it like this. This makes for less
- * of a dependance on BIOSN*() macros having to be the same
+ * of a dependence on BIOSN*() macros having to be the same
* across /boot, /bsd, and userland.
*/
#define BOOTARG_DISKINFO 1
@@ -131,7 +131,7 @@ typedef struct _bios_diskinfo {
#define BDI_GOODLABEL 0x00000002 /* Had SCSI or ST506/ESDI disklabel */
#define BDI_BADLABEL 0x00000004 /* Had another disklabel */
#define BDI_EL_TORITO 0x00000008 /* 2,048-byte sectors */
-#define BDI_HIBVALID 0x00000010 /* hibernate signiture valid */
+#define BDI_HIBVALID 0x00000010 /* hibernate signature valid */
#define BDI_PICKED 0x80000000 /* kernel-only: cksum matched */
} __packed bios_diskinfo_t;
diff --git a/sys/arch/i386/include/biosvar.h b/sys/arch/i386/include/biosvar.h
index 2811c942d25..df903be32b3 100644
--- a/sys/arch/i386/include/biosvar.h
+++ b/sys/arch/i386/include/biosvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: biosvar.h,v 1.65 2017/06/19 22:50:50 deraadt Exp $ */
+/* $OpenBSD: biosvar.h,v 1.66 2017/06/20 12:39:20 tom Exp $ */
/*
* Copyright (c) 1997-1999 Michael Shalayeff
@@ -137,7 +137,7 @@ typedef struct _bios_memmap {
*
* Also, do not bother with BIOSN*() macros, just parcel
* the info out, and use it like this. This makes for less
- * of a dependance on BIOSN*() macros having to be the same
+ * of a dependence on BIOSN*() macros having to be the same
* across /boot, /bsd, and userland.
*/
#define BOOTARG_DISKINFO 1
@@ -161,7 +161,7 @@ typedef struct _bios_diskinfo {
#define BDI_GOODLABEL 0x00000002 /* Had SCSI or ST506/ESDI disklabel */
#define BDI_BADLABEL 0x00000004 /* Had another disklabel */
#define BDI_EL_TORITO 0x00000008 /* 2,048-byte sectors */
-#define BDI_HIBVALID 0x00000010 /* hibernate signiture valid */
+#define BDI_HIBVALID 0x00000010 /* hibernate signature valid */
#define BDI_PICKED 0x80000000 /* kernel-only: cksum matched */
} __packed bios_diskinfo_t;