diff options
Diffstat (limited to 'src/soc/samsung/exynos5420/fimd.h')
-rw-r--r-- | src/soc/samsung/exynos5420/fimd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/fimd.h b/src/soc/samsung/exynos5420/fimd.h index 41e5ccd827..fa1e27a095 100644 --- a/src/soc/samsung/exynos5420/fimd.h +++ b/src/soc/samsung/exynos5420/fimd.h @@ -93,7 +93,7 @@ struct exynos5_fimd_panel { unsigned int right_margin; /* Horizontal Frontporch */ unsigned int hsync; /* Horizontal Sync Pulse Width */ unsigned int xres; /* X Resolution */ - unsigned int yres; /* Y Resopultion */ + unsigned int yres; /* Y Resolution */ }; /* LCDIF Register Map */ |