diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-02 19:01:21 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-02 19:01:21 +0000 |
commit | b28e481ae9b051dab150e9b5a89730cdc1103a9c (patch) | |
tree | 434e706ece73a93073f350c91cd35ed7d7e98811 /source/include/platform | |
parent | c2463a8709e5b3a5ce54c09d35b4820a756b0fc5 (diff) |
Notes
Diffstat (limited to 'source/include/platform')
-rw-r--r-- | source/include/platform/acenv.h | 2 | ||||
-rw-r--r-- | source/include/platform/acgcc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/include/platform/acenv.h b/source/include/platform/acenv.h index dc18e8651f8c..2dff1ed8b9be 100644 --- a/source/include/platform/acenv.h +++ b/source/include/platform/acenv.h @@ -300,7 +300,7 @@ */ #ifdef ACPI_USE_SYSTEM_CLIBRARY -/* Use the standard C library headers. We want to keep these to a minimum */ +/* Use the standard C library headers. We want to keep these to a minimum. */ #ifdef ACPI_USE_STANDARD_HEADERS diff --git a/source/include/platform/acgcc.h b/source/include/platform/acgcc.h index d2eafff39584..c10a190e9e90 100644 --- a/source/include/platform/acgcc.h +++ b/source/include/platform/acgcc.h @@ -59,7 +59,7 @@ /* * Some compilers complain about unused variables. Sometimes we don't want to * use all the variables (for example, _AcpiModuleName). This allows us - * to to tell the compiler warning in a per-variable manner that a variable + * to tell the compiler warning in a per-variable manner that a variable * is unused. */ #define ACPI_UNUSED_VAR __attribute__ ((unused)) |