From: Marcel Ziswiler Date: Mon, 19 Dec 2016 14:38:04 +0000 (+0100) Subject: video: tegra: fix spelling in comment X-Git-Tag: v2017.01~6^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d5c453abef9e1023f8a6c0d8c93f402df34174fe;p=u-boot video: tegra: fix spelling in comment Get rid of spurious 'are' in the comment. Signed-off-by: Marcel Ziswiler Signed-off-by: Tom Warren --- diff --git a/drivers/video/tegra124/display.c b/drivers/video/tegra124/display.c index d8999c3c68..28db96c952 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) {