trivial diff: fix a comment

Tyson Dowd trd at cs.mu.OZ.AU
Fri Dec 4 13:38:29 AEDT 1998


Hi,

A quick fix.  I'll commit it now.

===================================================================


Estimated hours taken: 0.1

library/array.m:
	Correct a comment: the name of the header file which contains the
	array definition is wrong.


Index: library/array.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/array.m,v
retrieving revision 1.50
diff -u -r1.50 array.m
--- array.m	1998/11/05 03:53:09	1.50
+++ array.m	1998/12/03 03:52:05
@@ -254,7 +254,7 @@
 % Arrays are implemented using the C interface.
 
 % The C type which defines the representation of arrays is
-% MR_ArrayType; it is defined in runtime/type_info.h.
+% MR_ArrayType; it is defined in runtime/mercury_library_types.h.
 
 %-----------------------------------------------------------------------------%
 


-- 
       Tyson Dowd           # There isn't any reason why Linux can't be
                            # implemented as an enterprise computing solution.
     trd at cs.mu.oz.au        # Find out what you've been missing while you've
http://www.cs.mu.oz.au/~trd # been rebooting Windows NT. -- InfoWorld, 1998.



More information about the developers mailing list