[m-rev.] trivial diff: fix a typo
Julien Fischer
juliensf at cs.mu.OZ.AU
Wed Sep 28 18:30:47 AEST 2005
Estimated hours taken: 0.1
Branches: main
runtime/mercury_engine.c:
s/beened/been.
Index: mercury_engine.c
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_engine.c,v
retrieving revision 1.50
diff -u -r1.50 mercury_engine.c
--- mercury_engine.c 13 Sep 2005 08:25:38 -0000 1.50
+++ mercury_engine.c 28 Sep 2005 08:29:05 -0000
@@ -395,7 +395,7 @@
** Allocate some space for local variables in other
** procedures. This is done because we may jump into the middle
** of a C function, which may assume that space on the stack
- ** has already beened allocated for its variables. Such space
+ ** has already been allocated for its variables. Such space
** would generally be used for expression temporary variables.
** How did we arrive at the correct value of LOCALS_SIZE?
** Good question. I think it's more voodoo than science.
--------------------------------------------------------------------------
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