diff --git a/tools/kconfig2html.c b/tools/kconfig2html.c index 3a51d44a12e..81ba68ea456 100644 --- a/tools/kconfig2html.c +++ b/tools/kconfig2html.c @@ -2634,7 +2634,7 @@ int main(int argc, char **argv, char **envp) body("

\n"); body("

\n"); body(" Maintenance Note.\n"); - body(" This documentation was auto-generated using the kconfig2html tool\n"); + body(" This documentation was auto-generated using the kconfig2html tool\n"); body(" That tool analyzes the NuttX Kconfig files and generates this HTML document.\n"); body(" This HTML document file should not be edited manually.\n"); body(" In order to make changes to this document, you should instead modify the Kconfig file(s) that were used to generated this document and then execute the kconfig2html again to regenerate the HTML document file.\n");