summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2017-04-28 11:26:08 -0500
committerDerek Foreman <derekf@osg.samsung.com>2017-05-04 16:51:18 -0500
commit6843ffc1efcb492e108444d9e69ffb774b42fb87 (patch)
tree0e5e341b2ebaa81fae5193883d0dabe0625669c8
parent2b7c9553d0c7045a73dd8dce826b7cf308168084 (diff)
downloadefl-6843ffc1efcb492e108444d9e69ffb774b42fb87.tar.gz
ecore_drm2: Fix typo in comment
-rw-r--r--src/lib/ecore_drm2/ecore_drm2_fb.c2
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)
output->next.fb = NULL;
/* We used to return here, but now that the ticker is fixed this
* can leave us hanging waiting for a tick to happen forever.
- * Instead, we now fall through the the flip path to make sure
+ * Instead, we now fall through to the flip path to make sure
* even this first set can cause a flip callback.
*/
}