Skip to content

Commit 2b5072b

Browse files
bjorn-helgaasmasahir0y
authored andcommitted
kconfig: fix documentation typos
Fix a couple typos in kconfig-language documentation. Signed-off-by: Bjorn Helgaas <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent ba82f52 commit 2b5072b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/kbuild/kconfig-language.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,8 @@ The two different resolutions for b) can be tested in the sample Kconfig file
591591
Documentation/kbuild/Kconfig.recursion-issue-02.
592592

593593
Below is a list of examples of prior fixes for these types of recursive issues;
594-
all errors appear to involve one or more select's and one or more "depends on".
594+
all errors appear to involve one or more "select" statements and one or more
595+
"depends on".
595596

596597
============ ===================================
597598
commit fix
@@ -653,7 +654,7 @@ the use of the xconfig configurator [1]_. Work should be done to confirm if
653654
the deduced semantics matches our intended Kconfig design goals.
654655

655656
Having well defined semantics can be useful for tools for practical
656-
evaluation of depenencies, for instance one such use known case was work to
657+
evaluation of dependencies, for instance one such case was work to
657658
express in boolean abstraction of the inferred semantics of Kconfig to
658659
translate Kconfig logic into boolean formulas and run a SAT solver on this to
659660
find dead code / features (always inactive), 114 dead features were found in
@@ -680,7 +681,7 @@ abstraction the inferred semantics of Kconfig to translate Kconfig logic into
680681
boolean formulas and run a SAT solver on it [5]_. Another known related project
681682
is CADOS [6]_ (former VAMOS [7]_) and the tools, mainly undertaker [8]_, which
682683
has been introduced first with [9]_. The basic concept of undertaker is to
683-
exract variability models from Kconfig, and put them together with a
684+
extract variability models from Kconfig and put them together with a
684685
propositional formula extracted from CPP #ifdefs and build-rules into a SAT
685686
solver in order to find dead code, dead files, and dead symbols. If using a SAT
686687
solver is desirable on Kconfig one approach would be to evaluate repurposing

0 commit comments

Comments
 (0)