summaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-04 07:12:53 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-06-09 21:46:47 +0300
commit55b350529e799f8a1a1636dea7df1749cb78ce39 (patch)
treed7fef43343c21eecc77f90e5ea8341b92bfca0b1 /drivers/acpi
parentf2906aa863381afb0015a9eb7fefad885d4e5a56 (diff)
downloadlinux-55b350529e799f8a1a1636dea7df1749cb78ce39.tar.xz
ACPI: APEI: Fix double word in a comment
Delete the redundant word 'the'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> [ rjw: New subject ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r--drivers/acpi/apei/apei-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/apei/apei-base.c b/drivers/acpi/apei/apei-base.c
index 33b7fbbeda82..9f49272cad39 100644
--- a/drivers/acpi/apei/apei-base.c
+++ b/drivers/acpi/apei/apei-base.c
@@ -3,7 +3,7 @@
* apei-base.c - ACPI Platform Error Interface (APEI) supporting
* infrastructure
*
- * APEI allows to report errors (for example from the chipset) to the
+ * APEI allows to report errors (for example from the chipset) to
* the operating system. This improves NMI handling especially. In
* addition it supports error serialization and error injection.
*