|
From: Philippe W. <phi...@so...> - 2022-12-29 12:19:00
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3c916e4cbf82eace7b9721a95f0217211aeb05fb commit 3c916e4cbf82eace7b9721a95f0217211aeb05fb Author: Philippe Waroquiers <phi...@sk...> Date: Thu Dec 29 13:18:27 2022 +0100 Fix typo in NEWS. Diff: --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=<number> 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 ==================== |