Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3255332pxf; Mon, 15 Mar 2021 05:34:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwT8+gYpm+xxT04ADUv7m9CDq+fut/HKkgVeBPdMBcv6xatovEDqpMMvDZGlNLFMg5X5DhJ X-Received: by 2002:a17:906:f203:: with SMTP id gt3mr8044119ejb.346.1615811692989; Mon, 15 Mar 2021 05:34:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1615811692; cv=none; d=google.com; s=arc-20160816; b=CL/V3RrSzKiTSbl8Nm80bQkRdFe1UXiWxFwTKsT0WqncDTd+7Vw+BA9ag77d63hTNq UKVyNqTnGHolujoqWXZGSQfmv7pFz5cb6Jde2r6/BdnXec7DrmX7q4tjmI+Fe/Yz3Qos bjZdjDxhASbFJ5aMkAexqHr6OYe9bXA2k01J3ONdzYW0TeK0Sxh+88lAOEhtxK25Igno WCy5oOGpjqjqnXKH897cQQE4O4UFY6gGjyAh8WL6yN5vRSxzyib0z9iK54f+sbahU1s0 yDB+8SSj5299qPJt5HXmxlHTW2Cr7URsAc67sgKnrSpmo1CHSNRmAwrZ0vpRRqqcvtyC A4ww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=k3W6qomI2Gzc2jh/u5UIrEwLDMiNmdX7spb08QcZglw=; b=dsqBDPBbSUA8lSj3nb7Sh3P1rA+XnEnhZyhf8WVsJABikr8qiasspWIjMXQDNKrUZj 29y7BNHRIdtf8j5YO6iffUnR548NVpn3MdbHapwoQ8gP3+Koyotb3Z5pRc8qVeEGGBAn PZiE5SKf2ugbYn47uIEHmAzFOgMfdbH5RRquEkqklpViH/+WbfWHC5VtYLDpqThQbcCX yPytKMobzbD0sAJAHtBSgz6qtn+kvlZcrNm/a1Avb5/MlUUS1gApNNKHL6B136p2r8nB VcuPUt+69KnNwlpY67JY625E90wpn6GEqMmTK7YGSSNc9qqRVSjYtng0jhQ9NxzrcRXX +jOw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c15si10786289ede.264.2021.03.15.05.34.30; Mon, 15 Mar 2021 05:34:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229517AbhCOMdW (ORCPT + 99 others); Mon, 15 Mar 2021 08:33:22 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:33036 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229559AbhCOMdH (ORCPT ); Mon, 15 Mar 2021 08:33:07 -0400 Received: from cpc154979-craw9-2-0-cust193.16-3.cable.virginm.net ([80.193.200.194] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lLmPA-0003z6-0b; Mon, 15 Mar 2021 12:33:04 +0000 From: Colin King To: John Stultz , Thomas Gleixner , Stephen Boyd , Shuah Khan , linux-kselftest@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] selftests/timers: Fix spelling mistake "clocksourc" -> "clocksource" Date: Mon, 15 Mar 2021 12:33:03 +0000 Message-Id: <20210315123303.10218-1-colin.king@canonical.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There is a spelling mistake in a comment. Fix it. Signed-off-by: Colin Ian King --- tools/testing/selftests/timers/clocksource-switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/timers/clocksource-switch.c b/tools/testing/selftests/timers/clocksource-switch.c index bfc974b4572d..2d66abd877e6 100644 --- a/tools/testing/selftests/timers/clocksource-switch.c +++ b/tools/testing/selftests/timers/clocksource-switch.c @@ -3,7 +3,7 @@ * (C) Copyright IBM 2012 * Licensed under the GPLv2 * - * NOTE: This is a meta-test which quickly changes the clocksourc and + * NOTE: This is a meta-test which quickly changes the clocksource and * then uses other tests to detect problems. Thus this test requires * that the inconsistency-check and nanosleep tests be present in the * same directory it is run from. -- 2.30.2