diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-11-30 11:20:44 -0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-12-01 18:13:30 +0100 |
commit | f2f51e7a13e2de5bedffbd693c43658d2d37854e (patch) | |
tree | f4a4abf671a452ace5dfb75dbe8a09cb98eccdd9 /drivers/acpi | |
parent | c59fe83a3d4f8852fc9f26af057edb5c70e0f18d (diff) | |
download | linux-stable-f2f51e7a13e2de5bedffbd693c43658d2d37854e.tar.gz linux-stable-f2f51e7a13e2de5bedffbd693c43658d2d37854e.tar.bz2 linux-stable-f2f51e7a13e2de5bedffbd693c43658d2d37854e.zip |
ACPICA: Remove extreaneous "the" in comments
ACPICA commit f6eae3961bf39ad8beda70c001d1815780600e39
There are several ocurrances of "the the", remove the extraneous
"the".
Link: https://github.com/acpica/acpica/commit/f6eae396
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/acpica/accommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/accommon.h b/drivers/acpi/acpica/accommon.h index 89101e53324b..94e18bb76556 100644 --- a/drivers/acpi/acpica/accommon.h +++ b/drivers/acpi/acpica/accommon.h @@ -13,7 +13,7 @@ /* * Common set of includes for all ACPICA source files. * We put them here because we don't want to duplicate them - * in the the source code again and again. + * in the source code again and again. * * Note: The order of these include files is important. */ |