| Index: drivers/platform/x86/chromeos_acpi.h
|
| diff --git a/drivers/platform/x86/chromeos_acpi.h b/drivers/platform/x86/chromeos_acpi.h
|
| index 99e215b6f5ea14a5fcf7a2f62e1f1f982c0d4e77..343ea0feb00c53ca4d60e56e669af00fa0b4578c 100644
|
| --- a/drivers/platform/x86/chromeos_acpi.h
|
| +++ b/drivers/platform/x86/chromeos_acpi.h
|
| @@ -14,7 +14,7 @@
|
| #define CHSW_WP 0x00000200 /* write-protect (optional) */
|
|
|
| /*
|
| - * Structure containing one ACPi exported integer along with the validity
|
| + * Structure containing one ACPI exported integer along with the validity
|
| * flag.
|
| */
|
| struct chromeos_acpi_datum {
|
| @@ -23,7 +23,7 @@ struct chromeos_acpi_datum {
|
| };
|
|
|
| /*
|
| - * Structure containg the set of ACPI exported integers required by chromeos
|
| + * Structure containing the set of ACPI exported integers required by chromeos
|
| * wrapper.
|
| */
|
| struct chromeos_acpi_if {
|
|
|