[PATCH] acpi/apei: fix repeated words in comments

Jilin Yuan posted 1 patch 3 years, 9 months ago
drivers/acpi/apei/apei-base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] acpi/apei: fix repeated words in comments
Posted by Jilin Yuan 3 years, 9 months ago
 Delete the redundant word 'the'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/acpi/apei/apei-base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/apei/apei-base.c b/drivers/acpi/apei/apei-base.c
index 33b7fbbeda82..ae6d156e32b4 100644
--- a/drivers/acpi/apei/apei-base.c
+++ b/drivers/acpi/apei/apei-base.c
@@ -4,7 +4,7 @@
  * infrastructure
  *
  * APEI allows to report errors (for example from the chipset) to the
- * the operating system. This improves NMI handling especially. In
+ * operating system. This improves NMI handling especially. In
  * addition it supports error serialization and error injection.
  *
  * For more information about APEI, please refer to ACPI Specification
-- 
2.36.1