[m-rev.] trivial diff: fix typo in bytecode.m
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Jan 10 16:10:13 AEDT 2003
Estimated ours taken: 0.1
Branches: main
compiler/bytecode.m:
Fix a typo: s/has_string/hash_string/
Workspace: /home/ceres/fjh/mercury
Index: compiler/bytecode.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/bytecode.m,v
retrieving revision 1.50
diff -u -d -r1.50 bytecode.m
--- compiler/bytecode.m 20 Mar 2002 12:35:51 -0000 1.50
+++ compiler/bytecode.m 27 Sep 2002 06:35:37 -0000
@@ -1145,7 +1145,7 @@
unop_debug(mkbody, "mkbody").
unop_debug(unmkbody, "unmkbody").
unop_debug(strip_tag, "strip_tag").
-unop_debug(hash_string, "has_string").
+unop_debug(hash_string, "hash_string").
unop_debug(bitwise_complement, "bitwise_complement").
unop_debug((not), "not").
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | 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