diff options
author | jkim <jkim@FreeBSD.org> | 2012-08-16 17:26:22 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-08-16 17:26:22 +0000 |
commit | 08e6f22ac3350a67c38e9b42b5dce2a7d5fa08b4 (patch) | |
tree | a28a9676fa0b9e969cfd83d7a508660c754c8b3e /source/components/utilities/utxferror.c | |
parent | dbd90a99cde8c4a942a41f095faa72f479694173 (diff) | |
download | FreeBSD-src-08e6f22ac3350a67c38e9b42b5dce2a7d5fa08b4.zip FreeBSD-src-08e6f22ac3350a67c38e9b42b5dce2a7d5fa08b4.tar.gz |
Import ACPICA 20120816.
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 715c0f4..beeb7c7 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 |