Commit 55b35052 authored by Xiang wangx's avatar Xiang wangx Committed by Rafael J. Wysocki
Browse files

ACPI: APEI: Fix double word in a comment



Delete the redundant word 'the'.

Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
[ rjw: New subject ]
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent f2906aa8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *