Remove non-ASCII characters from this file. No functional change.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15576
This commit is contained in:
Julian Seward 2015-08-21 11:04:48 +00:00
parent 52608c6f89
commit a87df80edf

View File

@ -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.