patch-2.4.23 linux-2.4.23/drivers/acpi/dispatcher/dsinit.c
Next file: linux-2.4.23/drivers/acpi/dispatcher/dsopcode.c
Previous file: linux-2.4.23/drivers/acpi/dispatcher/dsfield.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/drivers/acpi/dispatcher/dsinit.c
- Orig date:
2003-08-25 04:44:41.000000000 -0700
diff -urN linux-2.4.22/drivers/acpi/dispatcher/dsinit.c linux-2.4.23/drivers/acpi/dispatcher/dsinit.c
@@ -135,7 +135,7 @@
}
/*
- * Always parse methods to detect errors, we may delete
+ * Always parse methods to detect errors, we will delete
* the parse tree below
*/
status = acpi_ds_parse_method (obj_handle);
@@ -150,7 +150,7 @@
}
/*
- * Delete the parse tree. We simple re-parse the method
+ * Delete the parse tree. We simply re-parse the method
* for every execution since there isn't much overhead
*/
acpi_ns_delete_namespace_subtree (obj_handle);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)