summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c
diff options
context:
space:
mode:
authorBjorn Helgaas2019-03-25 19:34:00 +0100
committerRafael J. Wysocki2019-03-26 22:33:43 +0100
commit603fadf33604a2e170eb833f99f569d3597f1f09 (patch)
treed4f277269faa72f99eb91126e53e68ff3c534f79 /drivers/acpi/scan.c
parentLinux 5.1-rc2 (diff)
downloadkernel-qcow2-linux-603fadf33604a2e170eb833f99f569d3597f1f09.tar.gz
kernel-qcow2-linux-603fadf33604a2e170eb833f99f569d3597f1f09.tar.xz
kernel-qcow2-linux-603fadf33604a2e170eb833f99f569d3597f1f09.zip
ACPI: Fix comment typos
Fix some misspellings in comments. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/scan.c')
-rw-r--r--drivers/acpi/scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index 446c959a8f08..1b66fc835e39 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
@@ -895,7 +895,7 @@ static void acpi_bus_get_wakeup_device_flags(struct acpi_device *device)
/*
* Call _PSW/_DSW object to disable its ability to wake the sleeping
* system for the ACPI device with the _PRW object.
- * The _PSW object is depreciated in ACPI 3.0 and is replaced by _DSW.
+ * The _PSW object is deprecated in ACPI 3.0 and is replaced by _DSW.
* So it is necessary to call _DSW object first. Only when it is not
* present will the _PSW object used.
*/