Changeset 801

Show
Ignore:
Timestamp:
04/27/2011 06:19:27 AM (2 years ago)
Author:
moo
Message:

typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Decompiler.class.php

    r800 r801  
    740740        $lastOp = &$opcodes[$range[1]]; 
    741741 
    742         // {{{ ?: excludign JMP_SET 
     742        // {{{ ?: excluding JMP_SET 
    743743        if ($firstOp['opcode'] == XC_JMPZ && !empty($firstOp['jmpouts']) 
    744744         && $range[1] >= $range[0] + 3