[m-rev.] trivial diff: update comment in spawn.m
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Jul 25 16:08:04 AEST 2003
Estimated hours taken: 0.1
Branches: main
extras/concurrency/spawn.m:
Fix an obsolete comment: refer to *.par grades (e.g. hlc.gc.par)
rather than just asm_fast.gc.par.
Workspace: /home/ceres/fjh/mercury
Index: extras/concurrency/spawn.m
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/concurrency/spawn.m,v
retrieving revision 1.11
diff -u -d -r1.11 spawn.m
--- extras/concurrency/spawn.m 28 Feb 2003 12:21:51 -0000 1.11
+++ extras/concurrency/spawn.m 25 Jul 2003 06:01:21 -0000
@@ -10,7 +10,7 @@
% This module provides `spawn/3' which is the primitive for starting the
% concurrent execution of a goal. The term `concurrent' here is refering
% to threads, not parallel execution, though the latter is possible by
-% compiling in the grade asm_fast.gc.par.
+% compiling in one of the *.par grades (e.g. asm_fast.gc.par or hlc.gc.par).
%
%---------------------------------------------------------------------------%
:- module spawn.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list