stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a6178c13e9885951b2678d2ea45e921e77f2b2ba
commit a6178c13e9885951b2678d2ea45e921e77f2b2ba Author: Stefan Schmidt <s.schm...@samsung.com> Date: Fri Aug 29 11:08:43 2014 +0200 ecore/drm: Fix typo in comment --- src/lib/ecore_drm/ecore_drm_output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_drm/ecore_drm_output.c b/src/lib/ecore_drm/ecore_drm_output.c index 3764646..9b3bf84 100644 --- a/src/lib/ecore_drm/ecore_drm_output.c +++ b/src/lib/ecore_drm/ecore_drm_output.c @@ -220,7 +220,7 @@ _ecore_drm_output_crtc_find(Ecore_Drm_Device *dev, drmModeRes *res, drmModeConne { crtc = enc->crtc_id; drmModeFreeEncoder(enc); - /* Check is this CRTC is already allocated */ + /* Check if this CRTC is already allocated */ if (!(dev->crtc_allocator & (1 << crtc))) return crtc; } --