From 8b59887a3f2b7ed0c12f68dbf6048a6fc0596a12 Mon Sep 17 00:00:00 2001 From: Yoya Date: Mon, 24 Dec 2012 16:53:36 +0900 Subject: [PATCH] comment typo --- src/swf/tag/definesprite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swf/tag/definesprite.js b/src/swf/tag/definesprite.js index f81fb7c..0ec7b95 100644 --- a/src/swf/tag/definesprite.js +++ b/src/swf/tag/definesprite.js @@ -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; -- 2.11.0