diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-03 13:14:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-06-03 13:14:04 +0000 |
commit | 53f257608caea1a9dd97c23f25c93dce9d7d06fc (patch) | |
tree | 84f2e6b4a74bb00a05866f9676cfad32036f82ed /usr.sbin | |
parent | 748d445dbc51d46d4c439ff686daddade9324f4d (diff) |
typo
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/installboot/armv7_installboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/installboot/armv7_installboot.c b/usr.sbin/installboot/armv7_installboot.c index 951218f1d62..0f328846f63 100644 --- a/usr.sbin/installboot/armv7_installboot.c +++ b/usr.sbin/installboot/armv7_installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: armv7_installboot.c,v 1.8 2021/06/02 22:44:27 krw Exp $ */ +/* $OpenBSD: armv7_installboot.c,v 1.9 2021/06/03 13:14:03 deraadt Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* @@ -275,7 +275,7 @@ gpt_chk_mbr(struct dos_partition *dp, u_int64_t dsize) if (dp2->dp_typ != DOSPTYP_EFI) continue; if (letoh32(dp2->dp_start) != GPTSECTOR) - continue + continue; psize = letoh32(dp2->dp_size); if (psize <= (dsize - GPTSECTOR) || psize == UINT32_MAX) efi++; |