]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix typo in NEWS.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 29 Dec 2022 12:18:27 +0000 (13:18 +0100)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 29 Dec 2022 12:18:27 +0000 (13:18 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 664c08a970b4ed50b6b9b92a885db3a1d90562b2..071f654b50bc78b9a8394d3ce2e13d048d655568 100644 (file)
--- 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 ====================