From b25766ed0ccdd411b13a4cc829f55400df51f9c4 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 15 Jul 2014 18:53:53 +0000 Subject: [PATCH] Fix documentation typo. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1778 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- include/wrapper/cef_closure_task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wrapper/cef_closure_task.h b/include/wrapper/cef_closure_task.h index 76db4fa42..8828c6566 100644 --- a/include/wrapper/cef_closure_task.h +++ b/include/wrapper/cef_closure_task.h @@ -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.