devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9228a6ac6b3017fc4ee08bdffaa3efaf70430769
commit 9228a6ac6b3017fc4ee08bdffaa3efaf70430769 Author: Chris Michael <[email protected]> Date: Tue Sep 23 09:06:17 2014 -0400 ecore-drm: Fix comment to not mention udev @fix Signed-off-by: Chris Michael <[email protected]> --- 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 c5730b5..81d6bf9 100644 --- a/src/lib/ecore_drm/Ecore_Drm.h +++ b/src/lib/ecore_drm/Ecore_Drm.h @@ -129,7 +129,7 @@ typedef struct _Ecore_Drm_Output_Mode Ecore_Drm_Output_Mode; /* opaque structure to represent a drm output */ typedef struct _Ecore_Drm_Output Ecore_Drm_Output; -/* opaque structure to represent a drm udev input */ +/* opaque structure to represent a drm input */ typedef struct _Ecore_Drm_Input Ecore_Drm_Input; /* opaque structure to represent a drm evdev input */ --
