doc:it_IT: fix a typo in the config name in RCU torture
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 7 Feb 2024 15:03:22 +0000 (16:03 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 12 Feb 2024 23:42:13 +0000 (16:42 -0700)
This issue was detected with the scripts/checkkconfigsymbols.py tool.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240207150322.20238-1-lukas.bulwahn@gmail.com
Documentation/translations/it_IT/RCU/torture.rst

index 79d9e6932acc60e5db4c79198657d2c1dcef3c8f..189f7c6caebc8e5a62087f12f5d5f96f5b008dea 100644 (file)
@@ -129,7 +129,7 @@ Uso su specifici kernel
 
 A volte può essere utile eseguire RCU torture su un kernel già compilato, ad
 esempio quando lo si sta per mettere in proeduzione. In questo caso, il kernel
-dev'essere compilato con CONFIG_RCU_TORTUE_TEST=m, cosicché le verifiche possano
+dev'essere compilato con CONFIG_RCU_TORTURE_TEST=m, cosicché le verifiche possano
 essere avviate usano modprobe e terminate con rmmod.
 
 Per esempio, potreste usare questo script::