cvsuser 04/08/05 08:24:01
Modified: ops core.ops Log: Fix typo Revision Changes Path 1.366 +2 -2 parrot/ops/core.ops Index: core.ops =================================================================== RCS file: /cvs/public/parrot/ops/core.ops,v retrieving revision 1.365 retrieving revision 1.366 diff -u -w -r1.365 -r1.366 --- core.ops 26 Jul 2004 07:34:39 -0000 1.365 +++ core.ops 5 Aug 2004 15:24:01 -0000 1.366 @@ -461,11 +461,11 @@ =item B<set_addr>(in PMC, labelvar INT) -Sets PMC in register $1 to the absolut address $2 obtained from B<get_addr>. +Sets PMC in register $1 to the absolute address $2 obtained from B<get_addr>. =item B<get_addr>(out INT, in PMC) -Sets $1 to the absolute address of the Sub-PMC $2. +Sets $1 to the absolute address of the Sub PMC $2. =cut
