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

tools lib subcmd: Fix a few source code comment typos

Go over the tools/ files that are maintained in Arnaldo's tree and
fix common typos: half of them were in comments, the other half
in JSON files.

No change in functionality intended.

Committer notes:

This was split from a larger patch as there are code that is,
additionally, maintained outside the kernel tree, so to ease
cherry-picking and/or backporting, split this into multiple patches.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20181203102200.GA104797@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Ingo Molnar and committed by
Arnaldo Carvalho de Melo
65c9fee2 adba1634

+2 -2
+2 -2
tools/lib/subcmd/parse-options.h
··· 71 71 * 72 72 * `argh`:: 73 73 * token to explain the kind of argument this option wants. Keep it 74 - * homogenous across the repository. 74 + * homogeneous across the repository. 75 75 * 76 76 * `help`:: 77 77 * the short help associated to what the option does. ··· 80 80 * 81 81 * `flags`:: 82 82 * mask of parse_opt_option_flags. 83 - * PARSE_OPT_OPTARG: says that the argument is optionnal (not for BOOLEANs) 83 + * PARSE_OPT_OPTARG: says that the argument is optional (not for BOOLEANs) 84 84 * PARSE_OPT_NOARG: says that this option takes no argument, for CALLBACKs 85 85 * PARSE_OPT_NONEG: says that this option cannot be negated 86 86 * PARSE_OPT_HIDDEN this option is skipped in the default usage, showed in