From: Philippe Waroquiers Date: Thu, 29 Dec 2022 12:18:27 +0000 (+0100) Subject: Fix typo in NEWS. X-Git-Tag: VALGRIND_3_21_0~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c916e4cbf82eace7b9721a95f0217211aeb05fb;p=thirdparty%2Fvalgrind.git Fix typo in NEWS. --- diff --git a/NEWS b/NEWS index 664c08a970..071f654b50 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,7 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. * Helgrind: - The option ---history-backtrace-size= allows to configure the number of entries to record in the stack traces of "old" - accesses. Previous, this number was hardcoded to 8. + accesses. Previously, this number was hardcoded to 8. * ==================== FIXED BUGS ====================