Fixes a comment typo in CCObject.h.

This commit is contained in:
James Chen 2014-01-24 22:34:14 +08:00
parent 04d91f7e1d
commit 8efa186649
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ void Object::release()
// obj->retain();
// obj->autorelease(); // This `autorelease` is the pair of `retain` of previous line.
//
// Corrent usage (2):
// Correct usage (2):
//
// auto obj = Node::create();
// obj->retain();