From b9b53adb69bd75e09b2ac96256594baa62c6c06d Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 1 Aug 2018 22:40:58 +0200 Subject: [PATCH] Minor grammar fixup Change-Id: I528a2b2d8e9734bf5c00948a78369f4e89af16fc Reviewed-by: Paul Wicking Reviewed-by: Friedemann Kleint --- src/platformsupport/edid/qedidvendortable_p.h | 2 +- util/edid/qedidvendortable.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platformsupport/edid/qedidvendortable_p.h b/src/platformsupport/edid/qedidvendortable_p.h index 8548626d938..5768dbe9929 100644 --- a/src/platformsupport/edid/qedidvendortable_p.h +++ b/src/platformsupport/edid/qedidvendortable_p.h @@ -40,7 +40,7 @@ /* * This lookup table was generated from https://github.com/vcrhonek/hwdata/raw/master/pnp.ids * - * Do not change directly this file, instead edit the + * Do not change this file directly, instead edit the * qtbase/util/edid/qedidvendortable.py script and regenerate this file. */ diff --git a/util/edid/qedidvendortable.py b/util/edid/qedidvendortable.py index f129501c4ba..6fc45dbc175 100755 --- a/util/edid/qedidvendortable.py +++ b/util/edid/qedidvendortable.py @@ -77,7 +77,7 @@ copyright = """/**************************************************************** notice = """/* * This lookup table was generated from {} * - * Do not change directly this file, instead edit the + * Do not change this file directly, instead edit the * qtbase/util/edid/qedidvendortable.py script and regenerate this file. */""".format(url)