aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kbuild
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-14 10:00:44 +0530
committerMasahiro Yamada <masahiroy@kernel.org>2021-04-25 05:13:56 +0900
commit879a3209009fbbeb013a1d81952abcbe13918a13 (patch)
tree8a23f9f074681cf4b4411d82b5d60312f5034763 /Documentation/kbuild
parentMakefile: Only specify '--prefix=' when building with clang + GNU as (diff)
downloadlinux-dev-879a3209009fbbeb013a1d81952abcbe13918a13.tar.xz
linux-dev-879a3209009fbbeb013a1d81952abcbe13918a13.zip
docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02
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>
Diffstat (limited to 'Documentation/kbuild')
-rw-r--r--Documentation/kbuild/Kconfig.recursion-issue-022
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kbuild/Kconfig.recursion-issue-02 b/Documentation/kbuild/Kconfig.recursion-issue-02
index df245fd7670d..0034eb494d11 100644
--- a/Documentation/kbuild/Kconfig.recursion-issue-02
+++ b/Documentation/kbuild/Kconfig.recursion-issue-02
@@ -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