瀏覽代碼

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>
Colin Ian King 7 年之前
父節點
當前提交
c2fa79b8c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/acpi/acpica/tbinstal.c

+ 1 - 1
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".
  *
  ******************************************************************************/