Fix the description for getMemorySize

This commit is contained in:
Jeff Cole 2012-05-11 10:02:00 -04:00
parent d6534c7fbc
commit 102d7bd484
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
- (int)getDiskCount; - (int)getDiskCount;
/** /**
* Get the number of images in memory cache * Get the total size of images in memory cache
*/ */
- (int)getMemorySize; - (int)getMemorySize;