summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2022-10-27 13:21:20 -0700
committerGitHub <noreply@github.com>2022-10-27 13:21:20 -0700
commit9166abc0d9031e5dafd0664a7aed040606cdd497 (patch)
tree4a5120771c3d3491f745320a614724e9742f9117
parent28fc163aa29e208678d901d98bb9030b775521b3 (diff)
parentb24642382b33a7b232603de85f597db77ac7fe59 (diff)
downloadacpica-9166abc0d9031e5dafd0664a7aed040606cdd497.tar.gz
Merge pull request #800 from ElyesH/TYPO_SPELLING
Fix spelling errors
-rw-r--r--source/common/dmtbdump1.c2
-rw-r--r--source/compiler/aslsupport.l2
-rw-r--r--source/compiler/aslutils.c6
-rw-r--r--source/compiler/dttable1.c2
-rw-r--r--source/compiler/dttable2.c4
-rw-r--r--source/components/namespace/nsutils.c2
-rw-r--r--tests/aslts/src/runtime/cntl/common.asl2
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0004/DECL.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/oconversion.asl2
-rw-r--r--tests/aslts/src/runtime/collections/complex/result/tests/rconversion/rconversion.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl2
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl2
-rw-r--r--tests/aslts/src/runtime/common/TCI/tcicmd.asl2
13 files changed, 16 insertions, 16 deletions
diff --git a/source/common/dmtbdump1.c b/source/common/dmtbdump1.c
index ae5f0f862..76fe3e5b0 100644
--- a/source/common/dmtbdump1.c
+++ b/source/common/dmtbdump1.c
@@ -2030,7 +2030,7 @@ AcpiDmDumpHmat (
return;
}
- /* Dump HMAT structure additionals */
+ /* Dump HMAT structure additional */
switch (HmatStruct->Type)
{
diff --git a/source/compiler/aslsupport.l b/source/compiler/aslsupport.l
index 0daec602e..d67ff778d 100644
--- a/source/compiler/aslsupport.l
+++ b/source/compiler/aslsupport.l
@@ -195,7 +195,7 @@ AslParserCleanup (
*
* DESCRIPTION: Handle #line directives emitted by the preprocessor.
*
- * The #line directive is emitted by the preprocesser, and is used to
+ * The #line directive is emitted by the preprocessor, and is used to
* pass through line numbers from the original source code file to the
* preprocessor output file (.i). This allows any compiler-generated
* error messages to be displayed with the correct line number.
diff --git a/source/compiler/aslutils.c b/source/compiler/aslutils.c
index e91fd4602..3a4ef7181 100644
--- a/source/compiler/aslutils.c
+++ b/source/compiler/aslutils.c
@@ -610,7 +610,7 @@ UtSetParseOpName (
*
* FUNCTION: UtDisplayOneSummary
*
- * PARAMETERS: FileID - ID of outpout file
+ * PARAMETERS: FileID - ID of output file
*
* RETURN: None
*
@@ -733,7 +733,7 @@ UtDisplayOneSummary (
*
* FUNCTION: UtDisplayErrorSummary
*
- * PARAMETERS: FileID - ID of outpout file
+ * PARAMETERS: FileID - ID of output file
*
* RETURN: None
*
@@ -800,7 +800,7 @@ UtDisplayErrorSummary (
*
* FUNCTION: UtDisplaySummary
*
- * PARAMETERS: FileID - ID of outpout file
+ * PARAMETERS: FileID - ID of output file
*
* RETURN: None
*
diff --git a/source/compiler/dttable1.c b/source/compiler/dttable1.c
index dc25e9b9f..60a0d87d4 100644
--- a/source/compiler/dttable1.c
+++ b/source/compiler/dttable1.c
@@ -2009,7 +2009,7 @@ DtCompileHmat (
DtInsertSubtable (ParentTable, Subtable);
HmatStruct->Length += Subtable->Length;
- /* Compile HMAT structure additionals */
+ /* Compile HMAT structure additional */
switch (HmatStruct->Type)
{
diff --git a/source/compiler/dttable2.c b/source/compiler/dttable2.c
index 59d578f91..cb1732d27 100644
--- a/source/compiler/dttable2.c
+++ b/source/compiler/dttable2.c
@@ -1086,7 +1086,7 @@ DtCompileNhlt (
/*
* If we are not done with the current Endpoint yet, then there must be
- * some non documeneted structure(s) yet to be processed. First, get
+ * some non documented structure(s) yet to be processed. First, get
* the count of such structure(s).
*/
if (*PFieldList && !(strcmp ((const char *) (*PFieldList)->Name, "Device Info struct count")))
@@ -1800,7 +1800,7 @@ DtCompilePptt (
DtInsertSubtable (ParentTable, Subtable);
PpttHeader->Length += (UINT8)(Subtable->Length);
- /* Compile PPTT subtable additionals */
+ /* Compile PPTT subtable additional */
switch (PpttHeader->Type)
{
diff --git a/source/components/namespace/nsutils.c b/source/components/namespace/nsutils.c
index f4208179b..60fbe275b 100644
--- a/source/components/namespace/nsutils.c
+++ b/source/components/namespace/nsutils.c
@@ -500,7 +500,7 @@ AcpiNsBuildInternalName (
*
* PARAMETERS: *ExternalName - External representation of name
* **Converted Name - Where to return the resulting
- * internal represention of the name
+ * internal representation of the name
*
* RETURN: Status
*
diff --git a/tests/aslts/src/runtime/cntl/common.asl b/tests/aslts/src/runtime/cntl/common.asl
index ace1da592..7a4ceafac 100644
--- a/tests/aslts/src/runtime/cntl/common.asl
+++ b/tests/aslts/src/runtime/cntl/common.asl
@@ -1459,7 +1459,7 @@
* The internal data about the exceptions initiated by some
* bdemo tests on a global level should be reset by them to
* this point as they didn't take place. Otherwise, an error
- * will be below registrated.
+ * will be below registered.
*/
If (CH02 ())
{
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0004/DECL.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0004/DECL.asl
index 335da1f5e..698ea780e 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0004/DECL.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0004/DECL.asl
@@ -28,7 +28,7 @@
/*
* Bug 0004:
*
- * SUMMARY: Concatenate being invoked in Method M000 changes the type of LocalX of calling Method passsed as operand to M000
+ * SUMMARY: Concatenate being invoked in Method M000 changes the type of LocalX of calling Method passed as operand to M000
*/
Method (MD9F, 1, NotSerialized)
{
diff --git a/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/oconversion.asl b/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/oconversion.asl
index d43625758..4bc3e2686 100644
--- a/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/oconversion.asl
+++ b/tests/aslts/src/runtime/collections/complex/operand/tests/oconversion/oconversion.asl
@@ -29,7 +29,7 @@
* This test should be investigated and probably fixed because
* it most likely not conforms with the changed functionality of
* the Store operator - storing of non-computational data and
- * BufferFields and Fields was once diasbled.
+ * BufferFields and Fields was once disabled.
*
* Such are exc_operand1, exc_result, oconversion and rconversion tests.
*/
diff --git a/tests/aslts/src/runtime/collections/complex/result/tests/rconversion/rconversion.asl b/tests/aslts/src/runtime/collections/complex/result/tests/rconversion/rconversion.asl
index 3789b9cfc..84a69f573 100644
--- a/tests/aslts/src/runtime/collections/complex/result/tests/rconversion/rconversion.asl
+++ b/tests/aslts/src/runtime/collections/complex/result/tests/rconversion/rconversion.asl
@@ -29,7 +29,7 @@
* This test should be investigated and probably fixed because
* it most likely not conforms with the changed functionality of
* the Store operator - storing of non-computational data and
- * BufferFields and Fields was once diasbled.
+ * BufferFields and Fields was once disabled.
*
* Such are exc_operand1, exc_result, oconversion and rconversion tests.
*/
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl
index 07c11c423..3ff7c0e73 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl
@@ -29,7 +29,7 @@
* This test should be investigated and probably fixed because
* it most likely not conforms with the changed functionality of
* the Store operator - storing of non-computational data and
- * BufferFields and Fields was once diasbled.
+ * BufferFields and Fields was once disabled.
*
* Such are exc_operand1, exc_result, oconversion and rconversion tests.
*/
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl
index 187fb3052..a93f789a3 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_result/exc_result1/exc_result1.asl
@@ -29,7 +29,7 @@
* This test should be investigated and probably fixed because
* it most likely not conforms with the changed functionality of
* the Store operator - storing of non-computational data and
- * BufferFields and Fields was once diasbled.
+ * BufferFields and Fields was once disabled.
*
* Such are exc_operand1, exc_result, oconversion and rconversion tests.
*/
diff --git a/tests/aslts/src/runtime/common/TCI/tcicmd.asl b/tests/aslts/src/runtime/common/TCI/tcicmd.asl
index 0b1607308..267145ca1 100644
--- a/tests/aslts/src/runtime/common/TCI/tcicmd.asl
+++ b/tests/aslts/src/runtime/common/TCI/tcicmd.asl
@@ -403,7 +403,7 @@
* arg5 - Package with the benchmark information on memory acq0 and rel0
* (if non-Package, then compare acq0 and rel0 of arg2,
* otherwise, arg5 is a Package with the expected per-memory
- * type differencies, expected: acq0[i] - rel0[i] = arg5[i])
+ * type differences, expected: acq0[i] - rel0[i] = arg5[i])
* arg6 - index of checking (inside the file)
*
* Return: