]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/acpi/enumeration.txt
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / Documentation / acpi / enumeration.txt
index d977778b5e67b78d521fd59707d0ddcd05a3ffc3..aca4e69121b7a2bb8ab38d2002066bcab49af915 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 };