diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-08-16 17:26:22 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-08-16 17:26:22 +0000 | 
| commit | fc8e34d9a95f87b780f9ee3d400dd995aba2ce27 (patch) | |
| tree | a28a9676fa0b9e969cfd83d7a508660c754c8b3e /source/components/utilities/utxferror.c | |
| parent | 8724452f676e45bfd39cfb47234f7def5551f067 (diff) | |
Notes
Diffstat (limited to 'source/components/utilities/utxferror.c')
| -rw-r--r-- | source/components/utilities/utxferror.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/source/components/utilities/utxferror.c b/source/components/utilities/utxferror.c index 715c0f47f0f4d..beeb7c7ce9613 100644 --- a/source/components/utilities/utxferror.c +++ b/source/components/utilities/utxferror.c @@ -87,8 +87,8 @@ extern FILE                 *AcpiGbl_OutputFile;  #define ACPI_MSG_WARNING        "ACPI Warning: "  #define ACPI_MSG_INFO           "ACPI: " -#define ACPI_MSG_BIOS_ERROR     "ACPI Firmware Error: " -#define ACPI_MSG_BIOS_WARNING   "ACPI Firmware Warning: " +#define ACPI_MSG_BIOS_ERROR     "ACPI BIOS Bug: Error: " +#define ACPI_MSG_BIOS_WARNING   "ACPI BIOS Bug: Warning: "  /*   * Common message suffix | 
