Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit bf83266

Browse files
committed
kconfig: doc: fix a typo in the note about 'imply'
This sentence does not make sense due to a typo. Fix it. Fixes: def2fbf ("kconfig: allow symbols implied by y to become m") Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
1 parent 46edf43 commit bf83266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/kbuild/kconfig-language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ applicable everywhere (see syntax).
184184
ability to hook into a secondary subsystem while allowing the user to
185185
configure that subsystem out without also having to unset these drivers.
186186

187-
Note: If the combination of FOO=y and BAR=m causes a link error,
187+
Note: If the combination of FOO=y and BAZ=m causes a link error,
188188
you can guard the function call with IS_REACHABLE()::
189189

190190
foo_init()

0 commit comments

Comments
 (0)