Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-2.6-block.git] / drivers / acpi / acpica / aclocal.h
index 82563b44af35147dc85cf551a4655d45801bc06c..02012168a087a9053d01220a10e116196064bcd3 100644 (file)
@@ -547,7 +547,7 @@ struct acpi_field_info {
 
 struct acpi_ged_handler_info {
        struct acpi_ged_handler_info *next;
-       u32 int_id;             /* The interrupt ID that triggers the execution ofthe evt_method. */
+       u32 int_id;             /* The interrupt ID that triggers the execution of the evt_method. */
        struct acpi_namespace_node *evt_method; /* The _EVT method to be executed when an interrupt with ID = int_ID is received */
 };