From 546e865b133b86a60fccee4adb0bab84d33db264 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 12 Sep 2003 14:42:36 +0000 Subject: [PATCH] [project @ 2003-09-12 14:42:36 by sof] comment wibble --- ghc/rts/win32/WorkQueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/win32/WorkQueue.c b/ghc/rts/win32/WorkQueue.c index 6d3a358..85a2360 100644 --- a/ghc/rts/win32/WorkQueue.c +++ b/ghc/rts/win32/WorkQueue.c @@ -154,7 +154,7 @@ FetchWork ( WorkQueue* pq, void** ppw ) /* * Function: SubmitWork * - * Add work item to the queue, blocking if no room not available. + * Add work item to the queue, blocking if no room available. * Return value indicates of FALSE indicates error/fatal condition. */ BOOL -- 1.7.10.4