diff options
author | Bob Moore <robert.moore@intel.com> | 2012-10-30 22:26:23 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-11-14 18:31:25 -0500 |
commit | 691fda505822e46e2a8106e33b408a12e11732bc (patch) | |
tree | ca86844593f86b6acbbc627af07b67b9484cfc22 /drivers/acpi/acpica | |
parent | 4f3ca640e97ba54df42789a7c3085c75630e863c (diff) |
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 f87cc63e69a1..a5e1e4e47098 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) | |||
211 | * DESCRIPTION: Dynamically load an ACPI table from the caller's buffer. Must | 211 | * DESCRIPTION: Dynamically load an ACPI table from the caller's buffer. Must |
212 | * be a valid ACPI table with a valid ACPI table header. | 212 | * be a valid ACPI table with a valid ACPI table header. |
213 | * Note1: Mainly intended to support hotplug addition of SSDTs. | 213 | * Note1: Mainly intended to support hotplug addition of SSDTs. |
214 | * Note2: Does not copy the incoming table. User is reponsible | 214 | * Note2: Does not copy the incoming table. User is responsible |
215 | * to ensure that the table is not deleted or unmapped. | 215 | * to ensure that the table is not deleted or unmapped. |
216 | * | 216 | * |
217 | ******************************************************************************/ | 217 | ******************************************************************************/ |