Skip to content

Commit ccbc9df

Browse files
ColinIanKingacmel
authored andcommitted
perf header: Fix spelling mistake "could't" -> "couldn't"
There is a spelling mistake in a pr_debug2 message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Acked-by: Ian Rogers <irogers@google.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: kernel-janitors@vger.kernel.org Link: https://lore.kernel.org/r/20220316232212.52820-1-colin.i.king@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 6f680c6 commit ccbc9df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/perf/util/header.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ static int build_mem_topology(struct memory_node *nodes, u64 size, u64 *cntp)
13351335

13361336
dir = opendir(path);
13371337
if (!dir) {
1338-
pr_debug2("%s: could't read %s, does this arch have topology information?\n",
1338+
pr_debug2("%s: couldn't read %s, does this arch have topology information?\n",
13391339
__func__, path);
13401340
return -1;
13411341
}

0 commit comments

Comments
 (0)