From: Colin Ian King Date: Tue, 8 May 2018 21:06:08 +0000 (-0700) Subject: ACPICA: Tables: Fix spelling mistake in comment X-Git-Tag: for-linus-20180616~90^2~2^2~9 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c2fa79b8c5a272decda66ef9280e009e267aa3bd;p=linux-2.6-block.git ACPICA: Tables: Fix spelling mistake in comment The spelling of "sucessfully" should be "successfully", fix this Signed-off-by: Colin Ian King Signed-off-by: Erik Schmauss Signed-off-by: Rafael J. Wysocki --- 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, * DESCRIPTION: This function is called to verify and install an ACPI table. * When this function is called by "Load" or "LoadTable" opcodes, * or by acpi_load_table() API, the "Reload" parameter is set. - * After sucessfully returning from this function, table is + * After successfully returning from this function, table is * "INSTALLED" but not "VALIDATED". * ******************************************************************************/