From: Julian Seward Date: Fri, 21 Aug 2015 11:04:48 +0000 (+0000) Subject: Remove non-ASCII characters from this file. No functional change. X-Git-Tag: svn/VALGRIND_3_11_0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a87df80edf5eef67a060caef5cf91d3ccc3c790b;p=thirdparty%2Fvalgrind.git Remove non-ASCII characters from this file. No functional change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15576 --- diff --git a/helgrind/tests/tc17_sembar.c b/helgrind/tests/tc17_sembar.c index 635cfcf14f..88a1fe5bb6 100644 --- a/helgrind/tests/tc17_sembar.c +++ b/helgrind/tests/tc17_sembar.c @@ -104,7 +104,7 @@ gomp_barrier_wait (gomp_barrier_t *bar) my_sem_wait (bar->sem2); // 2 down } pthread_mutex_unlock (&bar->mutex1); - /* «Resultats professionnels!» First we made this thread have an + /* "Resultats professionnels!" First we made this thread have an obvious (Thrcheck-visible) dependency on all other threads calling gomp_barrier_wait. Then, we released them all again, so they all have a (visible) dependency on this thread.