OSDN Git Service

drm/meson: Fix few typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Thu, 18 Mar 2021 11:00:46 +0000 (16:30 +0530)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 19 Mar 2021 09:40:54 +0000 (10:40 +0100)
s/initialy/initially/
s/desined/designed/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210318110046.14830-1-unixbhaskar@gmail.com
drivers/gpu/drm/meson/meson_venc.c

index 5e2236e..3c55ed0 100644 (file)
@@ -45,7 +45,7 @@
  * The ENCI is designed for PAl or NTSC encoding and can go through the VDAC
  * directly for CVBS encoding or through the ENCI_DVI encoder for HDMI.
  * The ENCP is designed for Progressive encoding but can also generate
- * 1080i interlaced pixels, and was initialy desined to encode pixels for
+ * 1080i interlaced pixels, and was initially designed to encode pixels for
  * VDAC to output RGB ou YUV analog outputs.
  * It's output is only used through the ENCP_DVI encoder for HDMI.
  * The ENCL LVDS encoder is not implemented.