diff --git a/src/platformsupport/edid/qedidvendortable_p.h b/src/platformsupport/edid/qedidvendortable_p.h index 8548626d93..5768dbe992 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 f129501c4b..6fc45dbc17 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)