From bd7bbb26f3f99953779fb849af1cfe22e3782925 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 23 Jan 2018 20:31:13 +0000 Subject: [PATCH] NEWS: fix spelling mistake --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index af72f9ac32..938f56d36f 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,7 @@ Major new features: * The GNU C Library can now be compiled with support for building static PIE executables (See --enable-static-pie in INSTALL). These static PIE - exectuables are like static executables but can be loaded at any address + executables are like static executables but can be loaded at any address and provide additional security hardening benefits at the cost of some memory and performance. When the library is built with --enable-static-pie the resulting libc.a is usable with GCC 8 and above to create static PIE