[m-rev.] trivial diff: fix a comment in mercury_memory.h
Julien Fischer
juliensf at csse.unimelb.edu.au
Wed Jan 30 18:01:23 AEDT 2008
Estimated hours taken: 0
Branches: main
runtime/mercury_memory.h:
Fix a comment.
Julien.
Index: mercury_memory.h
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/runtime/mercury_memory.h,v
retrieving revision 1.21
diff -u -r1.21 mercury_memory.h
--- mercury_memory.h 19 Aug 2007 19:28:05 -0000 1.21
+++ mercury_memory.h 30 Jan 2008 06:59:56 -0000
@@ -153,7 +153,7 @@
** ptr must have be a pointer to space allocated by the garbage collector.
** data is a pointer to some user-defined data.
** XXX currently this only works with the Boehm collector, i.e. in .gc
-** grades, it is a non .gc grades.
+** grades, it is a no-op in non .gc grades.
**
** XXX this interface is subject to change.
*/
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list