From 945b64a97f7165cf59dbe73ab83ed127cf0f9c05 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 22 Apr 2023 16:31:45 +0200 Subject: [PATCH] Typo in NEWS (Try again, without a ton of changes from testing clang-format) Thanks Tobias, on valgrind-developers --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bff5b5d760..35a9ce3cd2 100644 --- a/NEWS +++ b/NEWS @@ -37,7 +37,7 @@ AMD64/macOS 10.13 and nanoMIPS/Linux. * The vgdb utility now supports extended-remote protocol when invoked with --multi. In this mode the GDB run command is supported. Which means you don't need to run gdb and valgrind - from different terminals. So for example to start you program + from different terminals. So for example to start your program in gdb and run it under valgrind you can do: $ gdb prog (gdb) set remote exec-file prog -- 2.47.2