From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4FDFB10EDC1 for ; Thu, 25 May 2023 06:38:14 +0000 (UTC) Received: from linux.intel.com (unknown [10.252.20.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id A789C580D67 for ; Wed, 24 May 2023 23:38:12 -0700 (PDT) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1q24by-00Bbxc-2E for igt-dev@lists.freedesktop.org; Thu, 25 May 2023 08:38:10 +0200 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Thu, 25 May 2023 08:37:59 +0200 Message-Id: <20230525063805.2767417-2-mauro.chehab@linux.intel.com> In-Reply-To: <20230525063805.2767417-1-mauro.chehab@linux.intel.com> References: <20230525063805.2767417-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t v3 1/7] gem_exec_fence: fix a typo List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab additinal -> additional Signed-off-by: Mauro Carvalho Chehab --- tests/i915/gem_exec_fence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/i915/gem_exec_fence.c b/tests/i915/gem_exec_fence.c index 5a67a93e8eed..76a86e8f4197 100644 --- a/tests/i915/gem_exec_fence.c +++ b/tests/i915/gem_exec_fence.c @@ -3284,7 +3284,7 @@ igt_main } } - igt_describe("Basic check for explicit fence with additinal wait time on" + igt_describe("Basic check for explicit fence with additional wait time on" " each busy engine."); igt_subtest_with_dynamic("basic-wait") { for_each_ctx_engine(i915, ctx, e) { -- 2.40.1