]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
fix attribution of memcheck/tests/reach_thread_register.c code
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 22 Oct 2013 17:26:06 +0000 (17:26 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Tue, 22 Oct 2013 17:26:06 +0000 (17:26 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13673

memcheck/tests/reach_thread_register.c

index 2128130d5155b7e680653729b8ceef80d723431d..816c1239e90596e8803b189454172a25c04ffbe0 100644 (file)
@@ -5,7 +5,7 @@
 #include <unistd.h>
 #include <config.h>
 
-/* test based on code from Alexander Potapenko, slightly modified. */
+/* test based on code from Jeffrey Yasskin, slightly modified. */
 /* Reproduces a false positive leak when a pointer is (only) in a live
    thread register, and another thread calls exit */