summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeevan B <jeevan.b@intel.com>2024-08-01 11:46:08 +0530
committerKunal Joshi <kunal1.joshi@intel.com>2024-08-06 20:37:47 +0530
commit5e93c0e266d7ebd74ea12b3b03cb50253a2ab760 (patch)
treefcd1c51c28fa8d49b13455c5c24e0dd722588831
parente03ec18be74d79086f1003a03e20d3b647e08d63 (diff)
tests/kms_vrr: Grammatical correction in igt_describe
grammatical correction in igt describe. Signed-off-by: Jeevan B <jeevan.b@intel.com> Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
-rw-r--r--tests/kms_vrr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index 51f079092..4fa3df417 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -1077,7 +1077,7 @@ igt_main_args("drs:", long_opts, help_str, opt_handler, &data)
igt_subtest_with_dynamic("seamless-rr-switch-virtual")
run_vrr_test(&data, test_seamless_virtual_rr_basic, TEST_SEAMLESS_VIRTUAL_RR);
- igt_describe("Test to validate the the content rate exactly match with the "
+ igt_describe("Test to validate the content rate exactly matches with the "
"requested rate without any frame drops.");
igt_subtest_with_dynamic("cmrr") {
igt_require(intel_display_ver(intel_get_drm_devid(data.drm_fd)) >= 20);