Documentation: ACPI: fix typo in ssdt-overlays.rst
authorDavid Heidelberg <david@ixit.cz>
Sun, 25 Jun 2023 10:33:04 +0000 (12:33 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 4 Jul 2023 14:30:49 +0000 (08:30 -0600)
Signed-off-by: David Heidelberg <david@ixit.cz>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20230625103305.115484-1-david@ixit.cz>

Documentation/admin-guide/acpi/ssdt-overlays.rst

index b5fbf54..5ea9f4a 100644 (file)
@@ -103,7 +103,7 @@ allows a persistent, OS independent way of storing the user defined SSDTs. There
 is also work underway to implement EFI support for loading user defined SSDTs
 and using this method will make it easier to convert to the EFI loading
 mechanism when that will arrive. To enable it, the
-CONFIG_EFI_CUSTOM_SSDT_OVERLAYS shoyld be chosen to y.
+CONFIG_EFI_CUSTOM_SSDT_OVERLAYS should be chosen to y.
 
 In order to load SSDTs from an EFI variable the ``"efivar_ssdt=..."`` kernel
 command line parameter can be used (the name has a limitation of 16 characters).