From 19419b04af634a488285ae5cb5891cc98f923b8f Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Tue, 8 Jul 2014 16:13:40 +0200 Subject: [PATCH] exynos: fix typo in comment --- gfx/exynos_gfx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/exynos_gfx.c b/gfx/exynos_gfx.c index 1263c262e5..97ff24c755 100644 --- a/gfx/exynos_gfx.c +++ b/gfx/exynos_gfx.c @@ -1331,8 +1331,8 @@ static bool exynos_gfx_frame(void *data, const void *frame, unsigned width, return true; fail: - /* Since we didn't managed to issue a pageflip to this page, set * - * it to 'unused' again, and hope that it works next time. */ + /* Since we didn't manage to issue a pageflip to this page, set * + * it to 'unused' again, and hope that it works next time. */ page->used = false; return false;