diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-04 06:12:53 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-06-09 20:46:47 +0200 |
commit | 55b350529e799f8a1a1636dea7df1749cb78ce39 (patch) | |
tree | d7fef43343c21eecc77f90e5ea8341b92bfca0b1 /drivers/acpi/apei | |
parent | Linux 5.19-rc1 (diff) | |
download | linux-55b350529e799f8a1a1636dea7df1749cb78ce39.tar.xz 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>
Diffstat (limited to 'drivers/acpi/apei')
-rw-r--r-- | drivers/acpi/apei/apei-base.c | 2 |
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. * |