From: Josh Soref Date: Tue, 19 Mar 2019 17:12:58 +0000 (-0400) Subject: spelling: syscall X-Git-Tag: dnsdist-1.4.0-alpha1~34^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a52f0bafa7294cdf94fe6b139ba0b579cef9996f;p=thirdparty%2Fpdns.git spelling: syscall --- diff --git a/pdns/recursordist/docs/changelog/4.1.rst b/pdns/recursordist/docs/changelog/4.1.rst index a7843705a3..29457785c3 100644 --- a/pdns/recursordist/docs/changelog/4.1.rst +++ b/pdns/recursordist/docs/changelog/4.1.rst @@ -5,7 +5,7 @@ Changelogs for 4.1.x :version: 4.1.11 :released: 1st of February 2019 - Since Spectre/Meltdown, system calls have become more expensive. This made exporting a very high number of protobuf messages costly, which is addressed in this release by reducing the number of sycalls per message. + Since Spectre/Meltdown, system calls have become more expensive. This made exporting a very high number of protobuf messages costly, which is addressed in this release by reducing the number of syscalls per message. .. change:: :tags: Improvements