diff options
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 |