Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/include/elf Fix typo in the comm...



details:   https://anonhg.NetBSD.org/src/rev/6805c1494d33
branches:  trunk
changeset: 959160:6805c1494d33
user:      fcambus <fcambus%NetBSD.org@localhost>
date:      Tue Feb 02 21:45:39 2021 +0000

description:
Fix typo in the comments of local binutils patches: s/Servguard/Segvguard.

diffstat:

 external/gpl3/binutils/dist/include/elf/common.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8830ccda32d5 -r 6805c1494d33 external/gpl3/binutils/dist/include/elf/common.h
--- a/external/gpl3/binutils/dist/include/elf/common.h  Tue Feb 02 21:31:11 2021 +0000
+++ b/external/gpl3/binutils/dist/include/elf/common.h  Tue Feb 02 21:45:39 2021 +0000
@@ -868,7 +868,7 @@
 #define NT_NETBSD_PAX_MPROTECT         0x01    /* Force enable Mprotect */
 #define NT_NETBSD_PAX_NOMPROTECT       0x02    /* Force disable Mprotect */
 #define NT_NETBSD_PAX_GUARD            0x04    /* Force enable Segvguard */
-#define NT_NETBSD_PAX_NOGUARD          0x08    /* Force disable Servguard */
+#define NT_NETBSD_PAX_NOGUARD          0x08    /* Force disable Segvguard */
 #define NT_NETBSD_PAX_ASLR             0x10    /* Force enable ASLR */
 #define NT_NETBSD_PAX_NOASLR           0x20    /* Force disable ASLR */
 



Home | Main Index | Thread Index | Old Index