diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-10-19 18:47:57 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-10-19 18:47:57 +0000 | 
| commit | 31aa864e8c068201d58aad3a8f82ddb51df11015 (patch) | |
| tree | 5e268c18ae0fa3ec73e13e2af60a3be57d8393ec /source/include/acobject.h | |
| parent | ebef5c959a0ea58fa05c4a5a80bb93104780bf87 (diff) | |
Notes
Diffstat (limited to 'source/include/acobject.h')
| -rw-r--r-- | source/include/acobject.h | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/source/include/acobject.h b/source/include/acobject.h index daf1afffb832d..2f173755fea4a 100644 --- a/source/include/acobject.h +++ b/source/include/acobject.h @@ -1,4 +1,3 @@ -  /******************************************************************************   *   * Name: acobject.h - Definition of ACPI_OPERAND_OBJECT  (Internal object only) @@ -238,7 +237,7 @@ typedef struct acpi_object_method  /******************************************************************************   * - * Objects that can be notified.  All share a common NotifyInfo area. + * Objects that can be notified. All share a common NotifyInfo area.   *   *****************************************************************************/ @@ -301,7 +300,7 @@ typedef struct acpi_object_thermal_zone  /******************************************************************************   * - * Fields.  All share a common header/info field. + * Fields. All share a common header/info field.   *   *****************************************************************************/ | 
