Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp5724427pxb; Tue, 16 Feb 2021 06:11:35 -0800 (PST) X-Google-Smtp-Source: ABdhPJxQ3d0GjFzjzXYDaltUJ4ggzPRR0QsucPxZlWvYrh/aS0wf4xmQ1Q4YaGFeJ6K2wjLwMAMn X-Received: by 2002:a2e:8012:: with SMTP id j18mr5276593ljg.200.1613484695696; Tue, 16 Feb 2021 06:11:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613484695; cv=none; d=google.com; s=arc-20160816; b=uzF1ozfA0Idnajk6g0SRyBBClM+7m7G5TPYSVFHqM6RE/hcqVWLcI37MF1Xt+K+k53 XYjGzHeky3rF05SZxFpNji2XImL0oEH2J3i5wB/knDRAs6GKEXzLnrW1jN2WOPfKNE0O WHzVPpeHPBTIlp60aYwP2o3BOqoQl6P7FjvGZQd78nnLVhGmR3JJEaw5sOpxlchMXyVt kFAE8aOd2cbFQ4zFl4ud97JsHgH0InMHVWF3KT1fuvXq1xC8Es2hCBnzADVIQvIl4u12 9l93CGj0OcAsuFWzVeWvGtBNEFuaaE35s8U1YmchI/iypkBmBo3sRaIaAhudHo4y3LK3 Ucog== 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=qdsiAr0STJXE1I1vZYa4Tpk/uoPhJVgV0/3KtKu+bL4=; b=B426bDZKKq8JWJPpIUGwvGT4+nAZElTbqG14CY2IxFnlXuvgT8zmD70LEcvlOKW2f2 ySqRvR0xBDjAEFp3XVDNCoOQMCOV0AyRrMmuMTt2anzddYJ0zrGNNxs//HwrB3kpd0EN 0kLpPmeSL/qf44qpUdjuqf6SY0EaO09QGD5hSaMgFLgAEUoCRoWhcfWN9ebgqvxvbOFn BVyZwD239Oy+l1fUNpOhaCSD9uhmNPByq2h0egONrW5ZUU6AjIONzdqyivTrl6umdgk1 a6Nj+ukpnTpSgyzmVZyy6HT2+MEfC5vqQx8v6k7TZ7oG3AiwIhtC/yCb/FNB/ypCpADc ZgYA== 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 p88si14937566edp.145.2021.02.16.06.11.11; Tue, 16 Feb 2021 06:11:35 -0800 (PST) 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 S230063AbhBPOJa (ORCPT + 99 others); Tue, 16 Feb 2021 09:09:30 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:51079 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229913AbhBPOJ1 (ORCPT ); Tue, 16 Feb 2021 09:09:27 -0500 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lC11x-0000ys-3q; Tue, 16 Feb 2021 14:08:45 +0000 From: Colin King To: Steven Rostedt , Viktor Rosendahl Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] tracing/tools: fix a couple of spelling mistakes Date: Tue, 16 Feb 2021 14:08:44 +0000 Message-Id: <20210216140844.160499-1-colin.king@canonical.com> X-Mailer: git-send-email 2.30.0 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 the -g help option, I believe it should be "graph". There is also a spelling mistake in a warning message. Fix both mistakes. Signed-off-by: Colin Ian King --- V2: Also fix "nummer" spelling mistake. --- tools/tracing/latency/latency-collector.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tracing/latency/latency-collector.c b/tools/tracing/latency/latency-collector.c index 57b20802e71b..bfe084bc460e 100644 --- a/tools/tracing/latency/latency-collector.c +++ b/tools/tracing/latency/latency-collector.c @@ -1650,7 +1650,7 @@ static void start_printthread(void) if (ufd < 0 || read(ufd, seed, sizeof(*seed)) != sizeof(*seed)) { printf( -"Warning! Using trivial random nummer seed, since %s not available\n", +"Warning! Using trivial random number seed, since %s not available\n", DEV_URANDOM); fflush(stdout); *seed = i; @@ -1711,7 +1711,7 @@ static void show_usage(void) "\t\t\tbeginning, end, and backtrace.\n\n" "-g, --graph\t\tEnable the display-graph option in trace_option. This\n" -"\t\t\toption causes ftrace to show the functionph of how\n" +"\t\t\toption causes ftrace to show the graph of how\n" "\t\t\tfunctions are calling other functions.\n\n" "-c, --policy POL\tRun the program with scheduling policy POL. POL can be\n" -- 2.30.0