diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-09-19 10:39:44 +0530 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2013-12-02 22:49:20 +0900 |
commit | b8654b3753f8b79fc57dbd6a8a633d88274836a6 (patch) | |
tree | 0623d27d1f7496aa079d857ddf762fa1aaad2c70 /drivers | |
parent | 1b28c3e628315ac0d9ef2d3fac0403f05ae692db (diff) | |
download | blackbird-op-linux-b8654b3753f8b79fc57dbd6a8a633d88274836a6.tar.gz blackbird-op-linux-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')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2 |
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. |