Commit e527db8f authored by Colin Ian King's avatar Colin Ian King Committed by Rafael J. Wysocki

ACPICA: Tree-wide: fix various typos and spelling mistakes

This commit squashes the following:
ACPICA commit bc8939e2d902653e71bb1601b129a993c37fcfad
ACPICA commit 2d9e5e98e23f2a569e5691e6bed183146e25798d
ACPICA commit 937358156631ea7a0eef3569c213c82a031097d5

Fix more spelling issues found using the codespell checker and found
without tools.

Link: https://github.com/acpica/acpica/commit/bc8939e2
Link: https://github.com/acpica/acpica/commit/2d9e5e98
Link: https://github.com/acpica/acpica/commit/93735815Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarErik Kaneda <erik.kaneda@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 5e2e86c0
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
* *
* A less-safe version of the macros is provided for optional use if the * A less-safe version of the macros is provided for optional use if the
* compiler uses excessive CPU stack (for example, this may happen in the * compiler uses excessive CPU stack (for example, this may happen in the
* debug case if code optimzation is disabled.) * debug case if code optimization is disabled.)
*/ */
/* Exit trace helper macro */ /* Exit trace helper macro */
......
...@@ -61,7 +61,7 @@ typedef __builtin_va_list va_list; ...@@ -61,7 +61,7 @@ typedef __builtin_va_list va_list;
#endif #endif
/* /*
* Explictly mark intentional explicit fallthrough to silence * Explicitly mark intentional explicit fallthrough to silence
* -Wimplicit-fallthrough in GCC 7.1+. * -Wimplicit-fallthrough in GCC 7.1+.
*/ */
......
// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
/****************************************************************************** /******************************************************************************
* *
* Module Name: cfsize - Common get file size function * Module Name: cmfsize - Common get file size function
* *
* Copyright (C) 2000 - 2021, Intel Corp. * Copyright (C) 2000 - 2021, Intel Corp.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment