summaryrefslogtreecommitdiff
path: root/source/components/debugger
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2019-02-14 15:12:45 -0800
committerErik Schmauss <erik.schmauss@intel.com>2019-02-14 15:14:57 -0800
commitff5a9c54379c868d9f054021f23edb991a608f1b (patch)
tree0d22e77afc51685a2a2b90b312023b6c7145caba /source/components/debugger
parent0c9876c5c932af11f484a2432e6719a70f3dd939 (diff)
downloadacpica-ff5a9c54379c868d9f054021f23edb991a608f1b.tar.gz
Trivial: fix spelling mistakes
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'source/components/debugger')
-rw-r--r--source/components/debugger/dbdisply.c4
-rw-r--r--source/components/debugger/dbnames.c2
-rw-r--r--source/components/debugger/dbobject.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/source/components/debugger/dbdisply.c b/source/components/debugger/dbdisply.c
index d0583fc74..539ff5af1 100644
--- a/source/components/debugger/dbdisply.c
+++ b/source/components/debugger/dbdisply.c
@@ -410,7 +410,7 @@ AcpiDbDecodeAndDisplayObject (
default:
- /* Is not a recognizeable object */
+ /* Is not a recognizable object */
AcpiOsPrintf (
"Not a known ACPI internal object, descriptor type %2.2X\n",
@@ -866,7 +866,7 @@ AcpiDbDisplayObjectType (
*
* DESCRIPTION: Display the result of an AML opcode
*
- * Note: Curently only displays the result object if we are single stepping.
+ * Note: Currently only displays the result object if we are single stepping.
* However, this output may be useful in other contexts and could be enabled
* to do so if needed.
*
diff --git a/source/components/debugger/dbnames.c b/source/components/debugger/dbnames.c
index 781e3a981..3c01e8088 100644
--- a/source/components/debugger/dbnames.c
+++ b/source/components/debugger/dbnames.c
@@ -1175,7 +1175,7 @@ AcpiDbBusWalk (
*
* RETURN: None
*
- * DESCRIPTION: Display info about system busses.
+ * DESCRIPTION: Display info about system buses.
*
******************************************************************************/
diff --git a/source/components/debugger/dbobject.c b/source/components/debugger/dbobject.c
index c54394def..f9dc6687c 100644
--- a/source/components/debugger/dbobject.c
+++ b/source/components/debugger/dbobject.c
@@ -420,7 +420,7 @@ AcpiDbDisplayInternalObject (
AcpiOsPrintf ("[%s] ", AcpiUtGetReferenceName (ObjDesc));
- /* Decode the refererence */
+ /* Decode the reference */
switch (ObjDesc->Reference.Class)
{