diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-12-19 15:38:04 +0100 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2017-01-03 10:34:13 -0700 |
commit | d5c453abef9e1023f8a6c0d8c93f402df34174fe (patch) | |
tree | 696469bc7fad811db8f79d7ea464627abc4c86ce | |
parent | a182e69d794f0e61756fcc5de8fd05cc30c98b67 (diff) | |
download | u-boot-imx-d5c453abef9e1023f8a6c0d8c93f402df34174fe.zip u-boot-imx-d5c453abef9e1023f8a6c0d8c93f402df34174fe.tar.gz u-boot-imx-d5c453abef9e1023f8a6c0d8c93f402df34174fe.tar.bz2 |
video: tegra: fix spelling in comment
Get rid of spurious 'are' in the comment.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
-rw-r--r-- | drivers/video/tegra124/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |