[m-rev.] trivial diff: fix typo in comment

Julien Fischer juliensf at students.cs.mu.OZ.AU
Tue Sep 30 23:07:01 AEST 2003


compiler/term_util.m:
	Fix a typo in a comment.

Index: term_util.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/term_util.m,v
retrieving revision 1.26
diff -u -r1.26 term_util.m
--- term_util.m	25 Jul 2003 02:27:24 -0000	1.26
+++ term_util.m	30 Sep 2003 07:56:37 -0000
@@ -110,7 +110,7 @@

 :- pred find_weights(module_info::in, weight_table::out) is det.

-% This predicate is computes the weight of a functor and the set of arguments
+% This predicate computes the weight of a functor and the set of arguments
 % of that functor whose sizes should be counted towards the size of the whole
 % term.

--------------------------------------------------------------------------
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