From 897c442b7dd40ed908698ee0c3e0217268011687 Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 20 Jun 2017 12:39:20 +0000 Subject: [PATCH] Fix a couple of comment typos in amd64 and i386 biosvar.h --- sys/arch/amd64/include/biosvar.h | 6 +++--- sys/arch/i386/include/biosvar.h | 6 +++--- 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; -- 2.20.1