From 784f59b208242d61f64004f8be1f34a1e0d94de2 Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 21 Feb 2022 12:22:21 +0000 Subject: [PATCH] enries -> entries --- sys/arch/hppa/include/exec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/hppa/include/exec.h b/sys/arch/hppa/include/exec.h index c22a51ac3f0..7ab6826025e 100644 --- a/sys/arch/hppa/include/exec.h +++ b/sys/arch/hppa/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.14 2017/02/08 05:09:25 guenther Exp $ */ +/* $OpenBSD: exec.h,v 1.15 2022/02/21 12:22:21 jsg Exp $ */ /* * Copyright (c) 1994, The University of Utah and @@ -74,7 +74,7 @@ /* sh_type */ #define SHT_PARISC_EXT 0x70000000 /* contains product-specific extension bits */ -#define SHT_PARISC_UNWIND 0x70000001 /* contains unwind table enries +#define SHT_PARISC_UNWIND 0x70000001 /* contains unwind table entries sh_info contains index of the code section to which unwind entries apply */ -- 2.20.1