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 <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent c0ee9bb commit c199d5d

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
@@ -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)