ecore/drm: Fix typo in comment

This commit is contained in:
Stefan Schmidt 2014-08-29 11:08:43 +02:00
parent 5cc2a13763
commit a6178c13e9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}