|
From: <sv...@va...> - 2009-05-22 18:39:53
|
Author: bart
Date: 2009-05-22 19:39:35 +0100 (Fri, 22 May 2009)
New Revision: 10113
Log:
Updated a comment (should have been included in the previous commit).
Modified:
branches/DRDDEV/drd/drd_thread.c
Modified: branches/DRDDEV/drd/drd_thread.c
===================================================================
--- branches/DRDDEV/drd/drd_thread.c 2009-05-22 18:16:28 UTC (rev 10112)
+++ branches/DRDDEV/drd/drd_thread.c 2009-05-22 18:39:35 UTC (rev 10113)
@@ -996,8 +996,7 @@
/**
* Call this function after thread 'tid' had to wait because of thread
- * synchronization until the memory accesses in the segment with vector clock
- * 'vc' finished.
+ * synchronization until the memory accesses in the segment 'sg' finished.
*/
void DRD_(thread_combine_vc2)(DrdThreadId tid, const Segment* sg)
{
|