From aa0d5a6309a0fa93ef90b6a68a16585c51e8e53f Mon Sep 17 00:00:00 2001 From: Daniel Kurtz Date: Mon, 4 Apr 2011 01:38:56 +0800 Subject: [PATCH] CHROMIUM: chromeos_acpi: Fix comment typos in chromeos_acpi.h Signed-off-by: Daniel Kurtz BUG=none TEST=none Change-Id: Id984f43df9989061601d71aceb2c670edc82daa1 Review URL: http://codereview.chromium.org/6693057 --- drivers/platform/x86/chromeos_acpi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/platform/x86/chromeos_acpi.h b/drivers/platform/x86/chromeos_acpi.h index 99e215b6f5ea..343ea0feb00c 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 { -- 2.20.1