diff mbox series

perf evlist: Mundane typo fix

Message ID 20210321010930.12489-1-unixbhaskar@gmail.com
State New
Headers show
Series perf evlist: Mundane typo fix | expand

Commit Message

Bhaskar Chowdhury March 21, 2021, 1:09 a.m. UTC
s/explicitely/explicitly/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 tools/perf/builtin-top.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.30.1

Comments

Randy Dunlap March 21, 2021, 1:46 a.m. UTC | #1
On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/explicitely/explicitly/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> tools/perf/builtin-top.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
> index 3673c04d16b6..173ace43f845 100644
> --- a/tools/perf/builtin-top.c
> +++ b/tools/perf/builtin-top.c
> @@ -1607,7 +1607,7 @@ int cmd_top(int argc, const char **argv)
> 	if (status) {
> 		/*
> 		 * Some arches do not provide a get_cpuid(), so just use pr_debug, otherwise
> -		 * warn the user explicitely.
> +		 * warn the user explicitly.
> 		 */
> 		eprintf(status == ENOSYS ? 1 : 0, verbose,
> 			"Couldn't read the cpuid for this machine: %s\n",
> --
> 2.30.1
>
>
diff mbox series

Patch

diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c
index 3673c04d16b6..173ace43f845 100644
--- a/tools/perf/builtin-top.c
+++ b/tools/perf/builtin-top.c
@@ -1607,7 +1607,7 @@  int cmd_top(int argc, const char **argv)
 	if (status) {
 		/*
 		 * Some arches do not provide a get_cpuid(), so just use pr_debug, otherwise
-		 * warn the user explicitely.
+		 * warn the user explicitly.
 		 */
 		eprintf(status == ENOSYS ? 1 : 0, verbose,
 			"Couldn't read the cpuid for this machine: %s\n",