cvsuser     04/02/29 14:35:41

  Modified:    imcc     cfg.c
  Log:
  Fix typo in debugging message
  
  Revision  Changes    Path
  1.59      +1 -1      parrot/imcc/cfg.c
  
  Index: cfg.c
  ===================================================================
  RCS file: /cvs/public/parrot/imcc/cfg.c,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -w -r1.58 -r1.59
  --- cfg.c     23 Feb 2004 14:28:27 -0000      1.58
  +++ cfg.c     29 Feb 2004 22:35:41 -0000      1.59
  @@ -283,7 +283,7 @@
                           if (!saves)
                               bb_add_edge(unit, bb,
                                       unit->bb_list[j+1]);
  -                        debug(interpreter, DEBUG_CFG, "\tand does saevall %s\n",
  +                        debug(interpreter, DEBUG_CFG, "\tand does saveall %s\n",
                                   saves ? "yes" : "no");
                       }
                   }
  
  
  

Reply via email to