From 71e51978bdd8bd53c65de003cb2914a4c9c33c3f Mon Sep 17 00:00:00 2001 From: Douglas Katzman Date: Fri, 7 Oct 2016 17:25:18 -0400 Subject: [PATCH] Fix typos in NEWS --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f695b3e4c..d8eed917b 100644 --- a/NEWS +++ b/NEWS @@ -7,8 +7,8 @@ changes relative to sbcl-1.3.10: and ARM64. (lp#377616) * optimization: faster logical bit-array operations on multidimensional arrays. - * optimization: better GC performance in the presnece of lots threads. - (patch Ilya Perminov, lp#1339924) + * optimization: better GC performance in the presence of many threads. + (patch by Ilya Perminov, lp#1339924) * bug fix: MAKE-ALIEN-STRING returns the number of allocated bytes as a second value as advertised (reported by Johann 'Myrkraverk' Oskarsson) -- 2.11.4.GIT