[m-rev.] trivial diff: fix comment in declarative_edt.m
Ian MacLarty
maclarty at cs.mu.OZ.AU
Mon Jun 6 10:17:40 AEST 2005
Estimated hours taken: 0.1
Branches: main
browser/declarative_edt.m:
Fix some comments.
Index: browser/declarative_edt.m
===================================================================
RCS file: /home/mercury1/repository/mercury/browser/declarative_edt.m,v
retrieving revision 1.9
diff -u -r1.9 declarative_edt.m
--- browser/declarative_edt.m 20 May 2005 05:40:17 -0000 1.9
+++ browser/declarative_edt.m 6 Jun 2005 00:13:49 -0000
@@ -1838,9 +1838,9 @@
% any skipped, ignored or erroneous suspects in List then look in the
% list of all the children of the skipped, ignored or erroneous nodes
% in List, recursively. Fails if an explicit subtree is required to
- % get the children of an explicit subtree and there are no other
+ % get the children of an implicit subtree and there are no other
% unknown suspects. MaybeDescendent will be no if there are no
- % unknown descendents and no explicit subtree's are required.
+ % unknown descendents and no explicit subtrees are required.
%
:- pred first_unknown_descendent_list(io_action_map::in, S::in,
oracle_state::in, list(suspect_id)::in, search_space(T)::in,
--------------------------------------------------------------------------
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