diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2017-04-28 11:26:08 -0500 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2017-05-05 12:53:23 -0500 |
commit | 8d72a2cf46a69c1f128d957d5c21b8749a128e36 (patch) | |
tree | 0e5e341b2ebaa81fae5193883d0dabe0625669c8 /src/lib/ecore_drm2/ecore_drm2_fb.c | |
parent | e7a494ba879483b364f346d8f138fb568a5628e2 (diff) |
ecore_drm2: Fix typo in comment
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_drm2/ecore_drm2_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_drm2/ecore_drm2_fb.c b/src/lib/ecore_drm2/ecore_drm2_fb.c index ad29607d07..d4c52ae79b 100644 --- a/src/lib/ecore_drm2/ecore_drm2_fb.c +++ b/src/lib/ecore_drm2/ecore_drm2_fb.c | |||
@@ -420,7 +420,7 @@ _fb_flip(Ecore_Drm2_Output *output) | |||
420 | output->next.fb = NULL; | 420 | output->next.fb = NULL; |
421 | /* We used to return here, but now that the ticker is fixed this | 421 | /* We used to return here, but now that the ticker is fixed this |
422 | * can leave us hanging waiting for a tick to happen forever. | 422 | * can leave us hanging waiting for a tick to happen forever. |
423 | * Instead, we now fall through the the flip path to make sure | 423 | * Instead, we now fall through to the flip path to make sure |
424 | * even this first set can cause a flip callback. | 424 | * even this first set can cause a flip callback. |
425 | */ | 425 | */ |
426 | } | 426 | } |