evas: fix description about Evas_Device_Subclass
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 20 Mar 2015 05:42:46 +0000 (14:42 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 20 Mar 2015 05:43:23 +0000 (14:43 +0900)
src/lib/evas/Evas_Common.h

index c10668a..0a93f74 100644 (file)
@@ -679,7 +679,7 @@ typedef enum _Evas_Device_Subclass
    EVAS_DEVICE_SUBCLASS_TRACKPAD, /**< A trackpad style mouse @since 1.8 */
    EVAS_DEVICE_SUBCLASS_TRACKPOINT, /**< A trackpoint style mouse @since 1.8 */
    EVAS_DEVICE_SUBCLASS_TRACKBALL, /**< A trackball style mouse @since 1.8 */
-} Evas_Device_Subclass; /**< A general class of device @since 1.8 */
+} Evas_Device_Subclass; /**< A general subclass of device @since 1.8 */
 
 struct _Evas_Engine_Info /** Generic engine information. Generic info is useless */
 {