|
From: <sv...@va...> - 2015-08-21 11:04:55
|
Author: sewardj
Date: Fri Aug 21 12:04:48 2015
New Revision: 15576
Log:
Remove non-ASCII characters from this file. No functional change.
Modified:
trunk/helgrind/tests/tc17_sembar.c
Modified: trunk/helgrind/tests/tc17_sembar.c
==============================================================================
--- trunk/helgrind/tests/tc17_sembar.c (original)
+++ trunk/helgrind/tests/tc17_sembar.c Fri Aug 21 12:04:48 2015
@@ -104,7 +104,7 @@
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.
|