aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420/fimd.c
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2014-12-07 14:59:11 -0700
committerMartin Roth <gaumless@gmail.com>2014-12-08 05:39:07 +0100
commit1fc2ba5e6d85f3c7eef00a7e6b0b3ee1352fbfa9 (patch)
treec943575806918a817060c0fc638625b42294733e /src/soc/samsung/exynos5420/fimd.c
parentde7ed6fc7cdb3f55894e613bdc0c394fa8f57494 (diff)
samsung/exynos5420: Spelling Fixes
Change-Id: I966645c83ae78943a7dbb9dc05af4fded6f4e5b5 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/7703 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/soc/samsung/exynos5420/fimd.c')
-rw-r--r--src/soc/samsung/exynos5420/fimd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/fimd.c b/src/soc/samsung/exynos5420/fimd.c
index 1e51712e53..6cb8eb2eed 100644
--- a/src/soc/samsung/exynos5420/fimd.c
+++ b/src/soc/samsung/exynos5420/fimd.c
@@ -93,7 +93,7 @@ static void exynos_fimd_set_dualrgb(vidinfo_t *vid, unsigned int enabled)
cfg = EXYNOS_DUALRGB_BYPASS_DUAL | EXYNOS_DUALRGB_LINESPLIT |
EXYNOS_DUALRGB_VDEN_EN_ENABLE;
- /* in case of Line Split mode, MAIN_CNT doesn't neet to set. */
+ /* in case of Line Split mode, MAIN_CNT doesn't need to be set. */
cfg |= EXYNOS_DUALRGB_SUB_CNT(vid->vl_col / 2) |
EXYNOS_DUALRGB_MAIN_CNT(0);
}