|
From: <sv...@va...> - 2011-04-18 09:41:17
|
Author: sewardj
Date: 2011-04-18 10:41:08 +0100 (Mon, 18 Apr 2011)
New Revision: 11701
Log:
Fix ungrammatical error message.
Modified:
branches/HGDEV2/helgrind/hg_main.c
Modified: branches/HGDEV2/helgrind/hg_main.c
===================================================================
--- branches/HGDEV2/helgrind/hg_main.c 2011-04-15 21:21:27 UTC (rev 11700)
+++ branches/HGDEV2/helgrind/hg_main.c 2011-04-18 09:41:08 UTC (rev 11701)
@@ -2306,7 +2306,7 @@
it? If this happened it would surely be a bug in the threads
library. Or one of those fabled "spurious wakeups". */
HG_(record_error_Misc)( thr, "Bug in libpthread: pthread_cond_wait "
- "succeeded on"
+ "succeeded"
" without prior pthread_cond_post");
}
|