mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
exynos: fix typo in comment
This commit is contained in:
parent
7fea31e501
commit
19419b04af
@ -1331,8 +1331,8 @@ static bool exynos_gfx_frame(void *data, const void *frame, unsigned width,
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
/* Since we didn't managed to issue a pageflip to this page, set *
|
/* Since we didn't manage to issue a pageflip to this page, set *
|
||||||
* it to 'unused' again, and hope that it works next time. */
|
* it to 'unused' again, and hope that it works next time. */
|
||||||
page->used = false;
|
page->used = false;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user