issue #2790: Comment fix for Map<K, V>::clear.

Signed-off-by: James Chen <jianhua.chen@cocos2d-x.org>
This commit is contained in:
James Chen 2013-12-12 12:58:01 +08:00
parent 6264336809
commit 3fc9c93102
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ public:
/** All the elements in the Map<K,V> container are dropped:
* their reference count will be decreased, and they are removed from the container,
* leaving it with a size of 0. Al
* leaving it with a size of 0.
*/
void clear()
{