Skip to content

Commit c199d5d

Browse files
ojedamasahir0y
authored andcommitted
doc: kbuild: fix default in imply table
`BAZ` takes `FOO`'s value as default (as far as `BAR` allows it). Signed-off-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent c0ee9bb commit c199d5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/kbuild/kconfig-language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ applicable everywhere (see syntax).
176176
y y y Y/m/n
177177
n m n N/m
178178
m m m M/n
179-
y m n M/n
179+
y m m M/n
180180
y n * N
181181
=== === ============= ==============
182182

0 commit comments

Comments
 (0)