diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-08 17:06:08 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-05-15 04:16:10 -0400 |
commit | c2fa79b8c5a272decda66ef9280e009e267aa3bd (patch) | |
tree | 5a5145d10b286f12bbd84b20e106df56213b9dc6 | |
parent | 83b2fa943ba8385662d712b1dd92faeade669739 (diff) |
ACPICA: Tables: Fix spelling mistake in comment
The spelling of "sucessfully" should be "successfully", fix this
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/acpi/acpica/tbinstal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/tbinstal.c b/drivers/acpi/acpica/tbinstal.c index c5085b7ae8c9..5f8e7b561c90 100644 --- a/drivers/acpi/acpica/tbinstal.c +++ b/drivers/acpi/acpica/tbinstal.c | |||
@@ -88,7 +88,7 @@ acpi_tb_install_table_with_override(struct acpi_table_desc *new_table_desc, | |||
88 | * DESCRIPTION: This function is called to verify and install an ACPI table. | 88 | * DESCRIPTION: This function is called to verify and install an ACPI table. |
89 | * When this function is called by "Load" or "LoadTable" opcodes, | 89 | * When this function is called by "Load" or "LoadTable" opcodes, |
90 | * or by acpi_load_table() API, the "Reload" parameter is set. | 90 | * or by acpi_load_table() API, the "Reload" parameter is set. |
91 | * After sucessfully returning from this function, table is | 91 | * After successfully returning from this function, table is |
92 | * "INSTALLED" but not "VALIDATED". | 92 | * "INSTALLED" but not "VALIDATED". |
93 | * | 93 | * |
94 | ******************************************************************************/ | 94 | ******************************************************************************/ |