Documentation: fix typo in dynamic-debug howto
authorJade Lovelace <lists@jade.fyi>
Thu, 19 Oct 2023 23:16:55 +0000 (16:16 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 23 Oct 2023 02:37:17 +0000 (20:37 -0600)
Signed-off-by: Jade Lovelace <lists@jade.fyi>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20231019231655.3162225-1-lists@jade.fyi>

Documentation/admin-guide/dynamic-debug-howto.rst

index 0b3d39c610d9c7dbbcde2894507ea4d399106e6c..0c526dac8428a80bc19c0d710e0703f81572289a 100644 (file)
@@ -259,7 +259,7 @@ Debug Messages at Module Initialization Time
 
 When ``modprobe foo`` is called, modprobe scans ``/proc/cmdline`` for
 ``foo.params``, strips ``foo.``, and passes them to the kernel along with
-params given in modprobe args or ``/etc/modprob.d/*.conf`` files,
+params given in modprobe args or ``/etc/modprobe.d/*.conf`` files,
 in the following order:
 
 1. parameters given via ``/etc/modprobe.d/*.conf``::