]> Pileus Git - ~andy/linux/blobdiff - drivers/acpi/osl.c
Merge branch 'for-2.6.35' of git://git.kernel.dk/linux-2.6-block
[~andy/linux] / drivers / acpi / osl.c
index 7594f65800cf29aba1f1fbedb3563c51ed732d4a..4bc1c4178f506d3358d844f0ad15af2bf83d5bb7 100644 (file)
@@ -1406,7 +1406,7 @@ acpi_os_invalidate_address(
        switch (space_id) {
        case ACPI_ADR_SPACE_SYSTEM_IO:
        case ACPI_ADR_SPACE_SYSTEM_MEMORY:
-               /* Only interference checks against SystemIO and SytemMemory
+               /* Only interference checks against SystemIO and SystemMemory
                   are needed */
                res.start = address;
                res.end = address + length - 1;
@@ -1458,7 +1458,7 @@ acpi_os_validate_address (
        switch (space_id) {
        case ACPI_ADR_SPACE_SYSTEM_IO:
        case ACPI_ADR_SPACE_SYSTEM_MEMORY:
-               /* Only interference checks against SystemIO and SytemMemory
+               /* Only interference checks against SystemIO and SystemMemory
                   are needed */
                res = kzalloc(sizeof(struct acpi_res_list), GFP_KERNEL);
                if (!res)