diff options
Diffstat (limited to 'docs/markdown/Kconfig-module.md')
-rw-r--r-- | docs/markdown/Kconfig-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Kconfig-module.md b/docs/markdown/Kconfig-module.md index c361b5b..5807f8d 100644 --- a/docs/markdown/Kconfig-module.md +++ b/docs/markdown/Kconfig-module.md @@ -14,7 +14,7 @@ configurations in meson projects. **Note**:Â this does not provide kconfig frontend tooling to generate a configuration. You still need something such as kconfig frontends (see link below) to parse your Kconfig files, and then (after you've -choosen the configuration options), output a ".config" file. +chosen the configuration options), output a ".config" file. [kconfig-frontends]: http://ymorin.is-a-geek.org/projects/kconfig-frontends |