diff options
author | Bob Moore <robert.moore@intel.com> | 2012-10-31 02:26:23 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-11-15 00:31:25 +0100 |
commit | 691fda505822e46e2a8106e33b408a12e11732bc (patch) | |
tree | ca86844593f86b6acbbc627af07b67b9484cfc22 /drivers/acpi/acpica | |
parent | 4f3ca640e97ba54df42789a7c3085c75630e863c (diff) | |
download | op-kernel-dev-691fda505822e46e2a8106e33b408a12e11732bc.zip op-kernel-dev-691fda505822e46e2a8106e33b408a12e11732bc.tar.gz |
ACPICA: Fix some typos in comments
No functional changes. Some small fixes within commments. Colin
Ian King.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica')
-rw-r--r-- | drivers/acpi/acpica/tbxfload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/tbxfload.c b/drivers/acpi/acpica/tbxfload.c index f87cc63..a5e1e4e 100644 --- a/drivers/acpi/acpica/tbxfload.c +++ b/drivers/acpi/acpica/tbxfload.c @@ -211,7 +211,7 @@ static acpi_status acpi_tb_load_namespace(void) * DESCRIPTION: Dynamically load an ACPI table from the caller's buffer. Must * be a valid ACPI table with a valid ACPI table header. * Note1: Mainly intended to support hotplug addition of SSDTs. - * Note2: Does not copy the incoming table. User is reponsible + * Note2: Does not copy the incoming table. User is responsible * to ensure that the table is not deleted or unmapped. * ******************************************************************************/ |