Implemented scroll bar control
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / scroll-component / scroll-component.h
index ce63e64..640200a 100644 (file)
@@ -34,8 +34,8 @@ class ScrollComponent;
 
 /**
  * Base class for derived ScrollComponents
- * ScrollComponents such as ScrollBar are derived from this class.
- * To instantiate these ScrollBars and other derived components
+ * ScrollComponents such as ScrollBarInternal are derived from this class.
+ * To instantiate these ScrollBarInternals and other derived components
  */
 class ScrollComponent : public Control
 {