[m-rev.] trivial diff: fix misleading comment

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Apr 29 13:38:17 AEST 2001


Estimated hours taken: 0.1
Branches: main

compiler/hlds_module.m:
	Fix a misleading comment.

Workspace: /home/earth/fjh/ws-earth/mercury
Index: compiler/hlds_module.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/hlds_module.m,v
retrieving revision 1.65
diff -u -d -r1.65 hlds_module.m
--- compiler/hlds_module.m	2001/02/27 21:42:55	1.65
+++ compiler/hlds_module.m	2001/03/12 09:46:00
@@ -1188,8 +1188,7 @@
 :- mode get_pred_id_and_proc_id(in, in, in, in, in, out, out) is det.
 
 	% Get the pred_id matching a higher-order term with
-	% the given argument types, aborting with an error if none is
-	% found.
+	% the given argument types, failing if none is found.
 :- pred get_pred_id(sym_name, pred_or_func, tvarset, list(type),
 				module_info, pred_id).
 :- mode get_pred_id(in, in, in, in, in, out) is semidet.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  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