Commit 90d39628 authored by Masahiro Yamada's avatar Masahiro Yamada

kconfig: doc: fix $(fileno) to $(filename)

This is a typo.
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 135b4957
......@@ -97,7 +97,7 @@ Like Make, Kconfig provides several built-in functions. Every function takes a
particular number of arguments.
In Make, every built-in function takes at least one argument. Kconfig allows
zero argument for built-in functions, such as $(fileno), $(lineno). You could
zero argument for built-in functions, such as $(filename), $(lineno). You could
consider those as "built-in variable", but it is just a matter of how we call
it after all. Let's say "built-in function" here to refer to natively supported
functionality.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment