diff options
Diffstat (limited to 'source/tools/acpiexec/aehandlers.c')
| -rw-r--r-- | source/tools/acpiexec/aehandlers.c | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/source/tools/acpiexec/aehandlers.c b/source/tools/acpiexec/aehandlers.c index 84ed57e1b3408..d830d804276c8 100644 --- a/source/tools/acpiexec/aehandlers.c +++ b/source/tools/acpiexec/aehandlers.c @@ -167,7 +167,7 @@ static ACPI_CONNECTION_INFO   AeMyContext;   *   * RETURN:      none   * - * DESCRIPTION: Control-C handler.  Abort running control method if any. + * DESCRIPTION: Control-C handler. Abort running control method if any.   *   *****************************************************************************/ @@ -299,7 +299,7 @@ AeCommonNotifyHandler (   *   * RETURN:      Status   * - * DESCRIPTION: System notify handler for AcpiExec utility.  Used by the ASL + * DESCRIPTION: System notify handler for AcpiExec utility. Used by the ASL   *              test suite(s) to communicate errors and other information to   *              this utility via the Notify() operator.   * @@ -332,7 +332,7 @@ AeSystemNotifyHandler (   *   * RETURN:      Status   * - * DESCRIPTION: Device notify handler for AcpiExec utility.  Used by the ASL + * DESCRIPTION: Device notify handler for AcpiExec utility. Used by the ASL   *              test suite(s) to communicate errors and other information to   *              this utility via the Notify() operator.   * @@ -1366,5 +1366,3 @@ DoFunction:      return (AE_OK);  } - - | 
