diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-07 11:04:04 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-13 09:44:06 -0600 |
commit | 14bee1674ac59d0267f8c660972edc8da49d314d (patch) | |
tree | 22a8ebe4f4ad1a8f75e6e1756c4ed8dc058cca0e | |
parent | e83adbca5b9c1ab3b0f11632a7ed4e4d0dd5c1b4 (diff) | |
download | linux-14bee1674ac59d0267f8c660972edc8da49d314d.tar.bz2 |
Documentation: kbuild/kconfig-language: eliminate duplicated word
Drop the doubled word "the".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Masahiro Yamada <masahiroy@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Michal Marek <michal.lkml@markovi.net>
Cc: linux-kbuild@vger.kernel.org
Link: https://lore.kernel.org/r/20200707180414.10467-11-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/kbuild/kconfig-language.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/kconfig-language.rst b/Documentation/kbuild/kconfig-language.rst index a1601ec3317b..39881b719782 100644 --- a/Documentation/kbuild/kconfig-language.rst +++ b/Documentation/kbuild/kconfig-language.rst @@ -681,7 +681,7 @@ translate Kconfig logic into boolean formulas and run a SAT solver on this to find dead code / features (always inactive), 114 dead features were found in Linux using this methodology [1]_ (Section 8: Threats to validity). -Confirming this could prove useful as Kconfig stands as one of the the leading +Confirming this could prove useful as Kconfig stands as one of the leading industrial variability modeling languages [1]_ [2]_. Its study would help evaluate practical uses of such languages, their use was only theoretical and real world requirements were not well understood. As it stands though |