From 7de170cf27d36af2acd39346c59bb6c7164defe6 Mon Sep 17 00:00:00 2001 From: Gregory Holder <30503300+blueted2@users.noreply.github.com> Date: Thu, 17 Nov 2022 08:35:26 +0000 Subject: [PATCH] docs/kconfig: not longer -> no longer typo --- doc/doxygen/src/kconfig/kconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/src/kconfig/kconfig.md b/doc/doxygen/src/kconfig/kconfig.md index b030825e31..2e63cd66d2 100644 --- a/doc/doxygen/src/kconfig/kconfig.md +++ b/doc/doxygen/src/kconfig/kconfig.md @@ -108,7 +108,7 @@ please set the configuration via `.config` files. ## A note on the usage of CFLAGS When a certain module is being configured via Kconfig the configuration macro -will not longer be overridable by means of CFLAGS (e.g. set on the +will no longer be overridable by means of CFLAGS (e.g. set on the compilation command or on a Makefile). Consider this if you are getting a 'redefined warning'.