From patchwork Sat Nov 19 04:50:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 83054 Delivered-To: patches@linaro.org Received: by 10.140.97.165 with SMTP id m34csp441379qge; Fri, 18 Nov 2016 20:50:25 -0800 (PST) X-Received: by 10.99.247.69 with SMTP id f5mr62570pgk.81.1479531025002; Fri, 18 Nov 2016 20:50:25 -0800 (PST) Return-Path: Received: from mail-pg0-x22a.google.com (mail-pg0-x22a.google.com. [2607:f8b0:400e:c05::22a]) by mx.google.com with ESMTPS id e21si1979745pgh.311.2016.11.18.20.50.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Nov 2016 20:50:24 -0800 (PST) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c05::22a as permitted sender) client-ip=2607:f8b0:400e:c05::22a; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c05::22a as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pg0-x22a.google.com with SMTP id x23so106982125pgx.1 for ; Fri, 18 Nov 2016 20:50:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=E9kPdim5NsyOMgR0EkMnpzL+cFhuwtCH0g2nHTx55G0=; b=GsZdaZ5kYGJhHfZF3Aub3xajhna8SKgznytwbbTMOBKKaFYXExQIsq7JXb09Yringh Qd/hv/RTRCHOqUHyFMEpeFd5KZCfjTeNQqj6Cw9hLH6zndS46Dv2VdA2JN9PLuop1QXW vyIp2nnMBXMn5A7EC6RlnmEKzZaEQnTUXrNmo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=E9kPdim5NsyOMgR0EkMnpzL+cFhuwtCH0g2nHTx55G0=; b=Ou8ImrnIWB6OZyW4H4UeEUn8SIXBfMTXRJVSkTn5xfIlNWounlsaEck1zRWfNFyFZn ix1qlzvXCC4ooyq4+7ExeD360WuZ8JHwUWGQYLu5lKq63opiD7udXIPWEqcV9IqS+JAD bb46bC3QYD/6WztWNzTJK8tjS1l0wIEnpnSLbMtkrBjRNBKz3HBZWgPDuHMYEGEJWhsB 0gQUew7xyEIycK8huYgTtEUk6nd6pIT5BXEWyAWo04SOUDLAeSzOB4up/cZf714y+PNs VbAwByEWzvvb2Hv2RpvypLp31zKHXTkT4026qY2746BuZDtnfCY+BY3OSAXlphh1FYCh +AZQ== X-Gm-Message-State: AKaTC016tDkyhAjKP0mK7bX3MpuogWN8R7hHIekn5blNhR1+VHNU4w+gJAFXB7gHnCdSq5KnMok= X-Received: by 10.99.207.17 with SMTP id j17mr6757111pgg.57.1479531024724; Fri, 18 Nov 2016 20:50:24 -0800 (PST) Return-Path: Received: from localhost.localdomain ([2601:1c2:1002:83f0:4e72:b9ff:fe99:466a]) by smtp.gmail.com with ESMTPSA id w17sm3292973pgm.18.2016.11.18.20.50.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Nov 2016 20:50:24 -0800 (PST) From: John Stultz To: lkml Cc: Colin Ian King , Thomas Gleixner , Richard Cochran , Ingo Molnar , Shuah Khan , Prarit Bhargava , John Stultz Subject: [PATCH 2/4] selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous" Date: Fri, 18 Nov 2016 20:50:12 -0800 Message-Id: <1479531014-25264-3-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1479531014-25264-1-git-send-email-john.stultz@linaro.org> References: <1479531014-25264-1-git-send-email-john.stultz@linaro.org> From: Colin Ian King Trivial fix to spelling mistake Cc: Thomas Gleixner Cc: Richard Cochran Cc: Ingo Molnar Cc: Shuah Khan Cc: Prarit Bhargava Signed-off-by: Colin Ian King Signed-off-by: John Stultz --- tools/testing/selftests/timers/skew_consistency.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4 diff --git a/tools/testing/selftests/timers/skew_consistency.c b/tools/testing/selftests/timers/skew_consistency.c index 5562f84..2a996e0 100644 --- a/tools/testing/selftests/timers/skew_consistency.c +++ b/tools/testing/selftests/timers/skew_consistency.c @@ -57,7 +57,7 @@ int main(int argv, char **argc) pid_t pid; - printf("Running Asyncrhonous Frequency Changing Tests...\n"); + printf("Running Asynchronous Frequency Changing Tests...\n"); pid = fork(); if (!pid)