OSDN Git Service

comment typo
authorYoya <yoya@awm.jp>
Mon, 24 Dec 2012 07:53:36 +0000 (16:53 +0900)
committerYoya <yoya@awm.jp>
Mon, 24 Dec 2012 07:53:36 +0000 (16:53 +0900)
src/swf/tag/definesprite.js

index f81fb7c..0ec7b95 100644 (file)
@@ -20,7 +20,7 @@ FlappSWFTagDefineSprite = function(code, length, ibit) {
         var headPos = ibit.getBytePos();
         var tag_and_length = ibit.ui16(); // tag and length
         var c = tag_and_length >>> 6;
-       if (c === 0) { // End Tagx
+       if (c === 0) { // End Tag
            break;
        }
         var l = tag_and_length & 0x3f;