From: Paul Floyd Date: Sat, 22 Apr 2023 14:31:45 +0000 (+0200) Subject: Typo in NEWS X-Git-Tag: VALGRIND_3_21_0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=945b64a97f7165cf59dbe73ab83ed127cf0f9c05;p=thirdparty%2Fvalgrind.git Typo in NEWS (Try again, without a ton of changes from testing clang-format) Thanks Tobias, on valgrind-developers --- 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