Module Name: src
Committed By: andvar
Date: Sun Mar 23 10:12:35 UTC 2025
Modified Files:
src/sys/arch/epoc32/stand/e32boot/include: elf.h
Log Message:
s/hidding/hiding/.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/epoc32/stand/e32boot/include/elf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/epoc32/stand/e32boot/include/elf.h
diff -u src/sys/arch/epoc32/stand/e32boot/include/elf.h:1.6 src/sys/arch/epoc32/stand/e32boot/include/elf.h:1.7
--- src/sys/arch/epoc32/stand/e32boot/include/elf.h:1.6 Mon Mar 17 16:20:56 2025
+++ src/sys/arch/epoc32/stand/e32boot/include/elf.h Sun Mar 23 10:12:35 2025
@@ -1,4 +1,4 @@
-/* $NetBSD: elf.h,v 1.6 2025/03/17 16:20:56 andvar Exp $ */
+/* $NetBSD: elf.h,v 1.7 2025/03/23 10:12:35 andvar Exp $ */
/*-
* Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -1205,7 +1205,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