]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove non-ASCII characters from this file. No functional change.
authorJulian Seward <jseward@acm.org>
Fri, 21 Aug 2015 11:04:48 +0000 (11:04 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 21 Aug 2015 11:04:48 +0000 (11:04 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15576

helgrind/tests/tc17_sembar.c

index 635cfcf14f1d5db175e7c06ee1d5286a806a4bb2..88a1fe5bb6d54d6d10260d1d2cae21e06b414c27 100644 (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.