s/hidding/hiding/

This commit is contained in:
andvar 2022-05-28 22:00:55 +00:00
parent 67cf5ffde0
commit 2a76d4a970
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: exec_elf.h,v 1.168 2020/10/19 19:33:02 christos Exp $ */
/* $NetBSD: exec_elf.h,v 1.169 2022/05/28 22:00:55 andvar Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@ -1326,7 +1326,7 @@ typedef struct {
#define VER_NDX(x) ((x) & ~VER_NDX_HIDDEN)
/*
* GNU Extension hidding symbol
* GNU Extension hiding symbol
*/
#define VERSYM_HIDDEN 0x8000
#define VERSYM_VERSION 0x7fff

View File

@ -1,4 +1,4 @@
/* $NetBSD: exec_elf.h,v 1.2 2019/05/19 04:09:22 christos Exp $ */
/* $NetBSD: exec_elf.h,v 1.3 2022/05/28 22:00:56 andvar Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@ -1234,7 +1234,7 @@ typedef struct {
#define VER_NDX(x) ((x) & ~VER_NDX_HIDDEN)
/*
* GNU Extension hidding symbol
* GNU Extension hiding symbol
*/
#define VERSYM_HIDDEN 0x8000
#define VERSYM_VERSION 0x7fff

View File

@ -1,4 +1,4 @@
/* $NetBSD: exec_elf.h,v 1.3 2019/05/20 18:24:57 christos Exp $ */
/* $NetBSD: exec_elf.h,v 1.4 2022/05/28 22:00:56 andvar Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@ -1234,7 +1234,7 @@ typedef struct {
#define VER_NDX(x) ((x) & ~VER_NDX_HIDDEN)
/*
* GNU Extension hidding symbol
* GNU Extension hiding symbol
*/
#define VERSYM_HIDDEN 0x8000
#define VERSYM_VERSION 0x7fff