OSDN Git Service

docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Sun, 14 Mar 2021 04:30:44 +0000 (10:00 +0530)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 24 Apr 2021 20:13:56 +0000 (05:13 +0900)
s/sematics/semantics/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/kbuild/Kconfig.recursion-issue-02

index df245fd..0034eb4 100644 (file)
@@ -6,7 +6,7 @@
 # make KBUILD_KCONFIG=Documentation/kbuild/Kconfig.recursion-issue-02 allnoconfig
 #
 # The recursive limitations with Kconfig has some non intuitive implications on
-# kconfig sematics which are documented here. One known practical implication
+# kconfig semantics which are documented here. One known practical implication
 # of the recursive limitation is that drivers cannot negate features from other
 # drivers if they share a common core requirement and use disjoint semantics to
 # annotate those requirements, ie, some drivers use "depends on" while others