cvsuser     04/02/23 16:18:07

  Modified:    imcc/docs imcfaq.pod
  Log:
  Typo fixes
  
  Revision  Changes    Path
  1.3       +5 -5      parrot/imcc/docs/imcfaq.pod
  
  Index: imcfaq.pod
  ===================================================================
  RCS file: /cvs/public/parrot/imcc/docs/imcfaq.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- imcfaq.pod        25 Nov 2003 04:02:16 -0000      1.2
  +++ imcfaq.pod        24 Feb 2004 00:18:07 -0000      1.3
  @@ -42,7 +42,7 @@
   language. This was considered the reference assembler. The Cola compiler, on the
   other hand, targeted its own little back end compiler that included a register
   allocator, basic block tracking and medium level expression parsing. The backend 
compiler
  -was eventually named IMCC and benefitted from contributions from Angel Faus, Leo
  +was eventually named IMCC and benefited from contributions from Angel Faus, Leo
   Toetsch, Steve Fink and Sean O'Rourke. The first version of Perl6 written by Sean
   used IMCC as its backend and that's how it currently exists.
   
  @@ -409,7 +409,7 @@
   
   =head2 That sounds easy, but how would it look?
   
  -I'd be surpised if you are writing a compiler and can't figure this one out by
  +I'd be surprised if you are writing a compiler and can't figure this one out by
   yourself, but I'll be nice since this IS supposed to be documentation.
   It does help to actually see how IMCC does it.
   
  @@ -506,7 +506,7 @@
           # Call TestClass constructor
           $P100 = self[2]
           P2 = self       # For method calling convention P2 is the object
  -        invoke $P100    # Leave P1 with ret continuatio (tail chain)
  +        invoke $P100    # Leave P1 with ret continuation (tail chain)
           .pcc_begin_return
           .pcc_end_return
        .end
  
  
  

Reply via email to