From: Dmitry V. Levin Date: Tue, 23 Jan 2018 20:31:13 +0000 (+0000) Subject: NEWS: fix spelling mistake X-Git-Tag: glibc-2.27~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd7bbb26f3f99953779fb849af1cfe22e3782925;p=thirdparty%2Fglibc.git NEWS: fix spelling mistake --- diff --git a/NEWS b/NEWS index af72f9ac324..938f56d36f9 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