Commit 465e490d authored by Colin Ian King's avatar Colin Ian King Committed by Rafael J. Wysocki

ACPICA: Tree-wide: fix various typos and spelling mistakes

ACPICA commit 6648a6ac8410813bcfedb5c8345259dd155ea851

Fix spelling issues found using the codespell checker

Link: https://github.com/acpica/acpica/commit/6648a6acSigned-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarErik Kaneda <erik.kaneda@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent ec360131
...@@ -436,7 +436,7 @@ static void acpi_db_display_help(char *command) ...@@ -436,7 +436,7 @@ static void acpi_db_display_help(char *command)
acpi_os_printf("\n"); acpi_os_printf("\n");
} else { } else {
/* Display help for all commands that match the subtring */ /* Display help for all commands that match the substring */
acpi_db_display_command_info(command, TRUE); acpi_db_display_command_info(command, TRUE);
} }
......
...@@ -24,7 +24,8 @@ ACPI_MODULE_NAME("nsxfobj") ...@@ -24,7 +24,8 @@ ACPI_MODULE_NAME("nsxfobj")
* *
* RETURN: Status * RETURN: Status
* *
* DESCRIPTION: This routine returns the type associatd with a particular handle * DESCRIPTION: This routine returns the type associated with a particular
* handle
* *
******************************************************************************/ ******************************************************************************/
acpi_status acpi_get_type(acpi_handle handle, acpi_object_type *ret_type) acpi_status acpi_get_type(acpi_handle handle, acpi_object_type *ret_type)
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
* *
*****************************************************************************/ *****************************************************************************/
/* Method info (in WALK_STATE), containing local variables and argumetns */ /* Method info (in WALK_STATE), containing local variables and arguments */
#define ACPI_METHOD_NUM_LOCALS 8 #define ACPI_METHOD_NUM_LOCALS 8
#define ACPI_METHOD_MAX_LOCAL 7 #define ACPI_METHOD_MAX_LOCAL 7
......
...@@ -110,7 +110,7 @@ u32 gbl_table_count = 0; ...@@ -110,7 +110,7 @@ u32 gbl_table_count = 0;
* *
* RETURN: Status; Converted from errno. * RETURN: Status; Converted from errno.
* *
* DESCRIPTION: Get last errno and conver it to acpi_status. * DESCRIPTION: Get last errno and convert it to acpi_status.
* *
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment