瀏覽代碼

ACPI / PM: Fixed a typo in a comment

Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Huang Rui 10 年之前
父節點
當前提交
75f9c2939a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/acpi/device_pm.c

+ 1 - 1
drivers/acpi/device_pm.c

@@ -201,7 +201,7 @@ int acpi_device_set_power(struct acpi_device *device, int state)
 	 * Transition Power
 	 * ----------------
 	 * In accordance with the ACPI specification first apply power (via
-	 * power resources) and then evalute _PSx.
+	 * power resources) and then evaluate _PSx.
 	 */
 	if (device->power.flags.power_resources) {
 		result = acpi_power_transition(device, state);