aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Xiang wangx <wangxiang@cdjrlc.com> 2022-06-04 12:12:53 +0800
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2022-06-09 20:46:47 +0200
commit55b350529e799f8a1a1636dea7df1749cb78ce39 (patch)
treed7fef43343c21eecc77f90e5ea8341b92bfca0b1
parentLinux 5.19-rc1 (diff)
downloadlinux-55b350529e799f8a1a1636dea7df1749cb78ce39.tar.gz
linux-55b350529e799f8a1a1636dea7df1749cb78ce39.tar.bz2
linux-55b350529e799f8a1a1636dea7df1749cb78ce39.zip
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>
-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.
*