Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf bench: Fix misspellings using codespell

$ codespell ./tool/perf/bench
tools/perf/bench/inject-buildid.c:375: tihs ==> this

Fix a typo found by codespell.

Signed-off-by: Xiong Zhenwu <xiong.zhenwu@zte.com.cn>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20210305092212.204923-1-xiong.zhenwu@zte.com.cn
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Xiong Zhenwu and committed by
Arnaldo Carvalho de Melo
a78e724f 44e17650

+1 -1
+1 -1
tools/perf/bench/inject-buildid.c
··· 372 372 len += synthesize_flush(data); 373 373 } 374 374 375 - /* tihs makes the child to finish */ 375 + /* this makes the child to finish */ 376 376 close(data->input_pipe[1]); 377 377 378 378 wait4(data->pid, &status, 0, &rusage);