fixed a messed up comment

This commit is contained in:
whitecat 2013-04-09 20:55:22 -07:00
parent b066f43bae
commit 755012e556
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public abstract class Comic extends ComicParser {
private int mType;
/** favorites array */
private ArrayList<String> mFavs;
/** favorites array */
/** unread array */
private ArrayList<String> mUnr;
/** for traversing on favorites array Also a hack to all pass by reference */
private int[] mFavIdx;