discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a915dcc9bd99878dfb249e9d4c9c4966fb4aa5ae

commit a915dcc9bd99878dfb249e9d4c9c4966fb4aa5ae
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Thu Feb 19 14:46:36 2015 -0500

    ecore-drm Fix typo
    
    Reviewers: devilhorns, zmike
    
    Reviewed By: devilhorns, zmike
    
    Subscribers: cedric
    
    Maniphest Tasks: T2131
    
    Differential Revision: https://phab.enlightenment.org/D2004
---
 src/lib/ecore_drm/Ecore_Drm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_drm/Ecore_Drm.h b/src/lib/ecore_drm/Ecore_Drm.h
index 286aa20..fecd0de 100644
--- a/src/lib/ecore_drm/Ecore_Drm.h
+++ b/src/lib/ecore_drm/Ecore_Drm.h
@@ -137,7 +137,7 @@ typedef struct _Ecore_Drm_Seat Ecore_Drm_Seat;
 /* opaque structure to represent a drm sprite */
 typedef struct _Ecore_Drm_Sprite Ecore_Drm_Sprite;
 
-/* sturcture to inform drm activation state */
+/* structure to inform drm activation state */
 typedef struct _Ecore_Drm_Event_Activate Ecore_Drm_Event_Activate;
 
 EAPI extern int ECORE_DRM_EVENT_ACTIVATE;

-- 


Reply via email to