[m-rev.] trivial diff: fix a typo in map.m
Julien Fischer
juliensf at students.cs.mu.OZ.AU
Thu Oct 30 16:18:13 AEDT 2003
Fix a typo in map.m.
library/map.m:
s/implemention/implementation/
Index: map.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/map.m,v
retrieving revision 1.82
diff -u -r1.82 map.m
--- map.m 26 May 2003 10:05:25 -0000 1.82
+++ map.m 30 Oct 2003 05:13:38 -0000
@@ -265,7 +265,7 @@
:- func map__apply_to_list(list(K), map(K, V)) = list(V).
% Declaratively, a NOP.
- % Operationally, a suggestion that the implemention
+ % Operationally, a suggestion that the implementation
% optimize the representation of the map in the expectation
% of a number of lookups but few or no modifications.
:- pred map__optimize(map(K, V), map(K, V)).
--------------------------------------------------------------------------
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