]> Pileus Git - ~andy/linux/commitdiff
Documentation/acpi/enumeration.txt fix a typo
authorStefan Huber <steffhip@googlemail.com>
Thu, 27 Jun 2013 10:54:52 +0000 (12:54 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 Aug 2013 10:41:11 +0000 (12:41 +0200)
Corrected the word configation to configuration.

Signed-off-by: Stefan Huber <steffhip@gmail.com>
Signed-off-by: Matthias Schid <aircrach115@gmail.com>
Signed-off-by: Simon Puels <simon.puels@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/acpi/enumeration.txt

index d9be7a97dff35e7b1521e709e8a29c278d3fb434..64139a189a4c4f79bd1a43f3d9a5671bd40b0681 100644 (file)
@@ -207,7 +207,7 @@ passing those. One idea is to return this in _DSM method like:
                        Return (Local0)
                }
 
-Then the at25 SPI driver can get this configation by calling _DSM on its
+Then the at25 SPI driver can get this configuration by calling _DSM on its
 ACPI handle like:
 
        struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL };