From: edwin Date: Sat, 4 Feb 2006 17:39:08 +0000 (+0000) Subject: * doc/stack.txt: Typos fixed. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=commitdiff_plain;h=3b704171216048189edc09aacec3d76e3db608e8 * doc/stack.txt: Typos fixed. --- diff --git a/doc/stack.txt b/doc/stack.txt index 15b649ce7..e973ad39b 100644 --- a/doc/stack.txt +++ b/doc/stack.txt @@ -47,7 +47,7 @@ The following invariants hold at all time for the stack representation: are *not* guaranteed to be adjacent (see figure below)! ATTENTION: not every stack slot that is allocated may be reachable - by following the pointer in basicblock or instruction! + by following the pointers in basicblock or the instructions! NOTE: This is a problem. As far as I know it is only the case for IINC, which produces a dummy stack slot. We should