diff mbox

[U-Boot,1/4] video: tegra: fix spelling in comment

Message ID 20161219143807.5479-2-marcel@ziswiler.com
State Accepted
Commit d5c453abef9e1023f8a6c0d8c93f402df34174fe
Delegated to: Tom Warren
Headers show

Commit Message

Marcel Ziswiler Dec. 19, 2016, 2:38 p.m. UTC
From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Get rid of spurious 'are' in the comment.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---

 drivers/video/tegra124/display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Dec. 26, 2016, 5:23 a.m. UTC | #1
On 20 December 2016 at 03:38, Marcel Ziswiler <marcel@ziswiler.com> wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> Get rid of spurious 'are' in the comment.
>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> ---
>
>  drivers/video/tegra124/display.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox

Patch

diff --git a/drivers/video/tegra124/display.c b/drivers/video/tegra124/display.c
index d8999c3..28db96c 100644
--- a/drivers/video/tegra124/display.c
+++ b/drivers/video/tegra124/display.c
@@ -343,7 +343,7 @@  static int display_init(struct udevice *dev, void *lcdbase,
 
 	/*
 	 * Before we probe the display device (eDP), tell it that this device
-	 * is are the source of the display data.
+	 * is the source of the display data.
 	 */
 	ret = uclass_find_first_device(UCLASS_DISPLAY, &dp_dev);
 	if (ret) {