Fix the comment wording in ref-object 02/35802/1
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Tue, 24 Feb 2015 16:58:25 +0000 (16:58 +0000)
committerKimmo Hoikka <kimmo.hoikka@samsung.com>
Tue, 24 Feb 2015 16:58:25 +0000 (16:58 +0000)
Change-Id: I4400de8c8e025266c575123ab514d633b8a9e260

dali/public-api/object/ref-object.h

index b9226bd..2413c7f 100644 (file)
@@ -30,7 +30,7 @@ class Value;
 /**
  * @brief Base class for reference counted objects.
  *
- * Typically this should be used with a Boost instrusive pointer,
+ * Typically this should be used with an instrusive pointer,
  * instead of calling Reference() and Unreference() methods directly.
  */
 class DALI_IMPORT_API RefObject