aboutsummaryrefslogtreecommitdiffstats
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
parent1b28c3e628315ac0d9ef2d3fac0403f05ae692db (diff)
downloadmfd-fixes-b8654b3753f8b79fc57dbd6a8a633d88274836a6.tar.gz
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>
-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 23da72b5eae98b..a61878bf5dcd09 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.