Fix documentation typo.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1778 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-07-15 18:53:53 +00:00
parent 1a819fe284
commit b25766ed0c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
// MyClass() {}
// void MyMethod(int arg) { /* do something with |arg| on the UI thread */ }
// private:
// IMPLEMENT_REFOCUNTING(MyClass);
// IMPLEMENT_REFCOUNTING(MyClass);
// };
//
// // Create an instance of MyClass.