Documentation: Fix typo localmodonfig -> localmodconfig
authorLi Zhijian <lizhijian@fujitsu.com>
Fri, 3 Jan 2025 00:43:58 +0000 (08:43 +0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 9 Jan 2025 18:53:13 +0000 (11:53 -0700)
It's noticed when I myself made the same spelling mistake while
searching for localmodconfig

Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Thorsten Leemhuis <linux@leemhuis.info>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250103004358.1310121-1-lizhijian@fujitsu.com
Documentation/admin-guide/quickly-build-trimmed-linux.rst
Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst

index f08149bc53f84dd427e514d7eb898169030da8a7..07cfd8863b46eeb093875adb87d2d85fe803b94f 100644 (file)
@@ -733,7 +733,7 @@ can easily happen that your self-built kernel will lack modules for tasks you
 did not perform before utilizing this make target. That's because those tasks
 require kernel modules that are normally autoloaded when you perform that task
 for the first time; if you didn't perform that task at least once before using
-localmodonfig, the latter will thus assume these modules are superfluous and
+localmodconfig, the latter will thus assume these modules are superfluous and
 disable them.
 
 You can try to avoid this by performing typical tasks that often will autoload
index 6281eae9e6bccf40c54cf0fcdc7ac74887918557..03c55151346c33f3049d580096c0fa4367de0577 100644 (file)
@@ -1431,7 +1431,7 @@ can easily happen that your self-built kernels will lack modules for tasks you
 did not perform at least once before utilizing this make target. That happens
 when a task requires kernel modules which are only autoloaded when you execute
 it for the first time. So when you never performed that task since starting your
-kernel the modules will not have been loaded -- and from localmodonfig's point
+kernel the modules will not have been loaded -- and from localmodconfig's point
 of view look superfluous, which thus disables them to reduce the amount of code
 to be compiled.