aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-09-19 10:39:44 +0530
committerInki Dae <inki.dae@samsung.com>2013-12-02 22:49:20 +0900
commitb8654b3753f8b79fc57dbd6a8a633d88274836a6 (patch)
tree0623d27d1f7496aa079d857ddf762fa1aaad2c70 /drivers/gpu/drm/exynos
parentdrm/qxl: fix memory leak in release list handling (diff)
downloadlinux-dev-b8654b3753f8b79fc57dbd6a8a633d88274836a6.tar.xz
linux-dev-b8654b3753f8b79fc57dbd6a8a633d88274836a6.zip
drm/exynos: Fix trivial typo in exynos_drm_fimd.c
Fixed a trivial typo. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_fimd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
index 23da72b5eae9..a61878bf5dcd 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
@@ -31,7 +31,7 @@
#include "exynos_drm_iommu.h"
/*
- * FIMD is stand for Fully Interactive Mobile Display and
+ * FIMD stands for Fully Interactive Mobile Display and
* as a display controller, it transfers contents drawn on memory
* to a LCD Panel through Display Interfaces such as RGB or
* CPU Interface.