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

Configure Feed

Select the types of activity you want to include in your feed.

perf config: Fix trival typo 'an' -> 'can'

Just a trivial typo, should be 'can', did a spell check on the rest of
the file just in case, nothing more stood out.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+1 -1
+1 -1
tools/perf/Documentation/perf-config.txt
··· 40 40 The file '$(sysconfdir)/perfconfig' can be used to 41 41 store a system-wide default configuration. 42 42 43 - One an disable reading config files by setting the PERF_CONFIG environment 43 + One can disable reading config files by setting the PERF_CONFIG environment 44 44 variable to /dev/null, or provide an alternate config file by setting that 45 45 variable. 46 46