]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Typo in NEWS
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 22 Apr 2023 14:31:45 +0000 (16:31 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 22 Apr 2023 14:31:45 +0000 (16:31 +0200)
(Try again, without a ton of changes from testing clang-format)

Thanks Tobias, on valgrind-developers

NEWS

diff --git a/NEWS b/NEWS
index bff5b5d7600af3351a9770d342729e123742b921..35a9ce3cd21586c1e15efb557f6d888157dce9c0 100644 (file)
--- 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