Skip to content

Commit 8664583

Browse files
ColinIanKingrafaeljw
authored andcommitted
ACPICA: Fix various spelling mistakes in text files and code comments
ACPICA commit 6cd47047aca6e273c84a5ce95d2f6d8485f958d1 There are a handful of spelling mistakes in various files as found using codespell. Fix these. No code changes. Link: acpica/acpica@6cd47047 Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent c15fe39 commit 8664583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/acpica/aclocal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ struct acpi_field_info {
547547

548548
struct acpi_ged_handler_info {
549549
struct acpi_ged_handler_info *next;
550-
u32 int_id; /* The interrupt ID that triggers the execution ofthe evt_method. */
550+
u32 int_id; /* The interrupt ID that triggers the execution of the evt_method. */
551551
struct acpi_namespace_node *evt_method; /* The _EVT method to be executed when an interrupt with ID = int_ID is received */
552552
};
553553

0 commit comments

Comments
 (0)