diff options
Diffstat (limited to 'source/components/debugger/dbdisply.c')
| -rw-r--r-- | source/components/debugger/dbdisply.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/debugger/dbdisply.c b/source/components/debugger/dbdisply.c index d0583fc7498f..539ff5af117d 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.   *  | 
