diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-02-08 09:11:40 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-02-08 09:11:40 +0000 |
commit | e30042da3ec36dc1b105c5c082dc098131456b78 (patch) | |
tree | d080acb102cb4d34420be804897aeeea2965dd4c /src/arch/i386/boot/acpi.c | |
parent | 55ba88da9e4df2d47d2eba8c4e3e67a37ae06ed7 (diff) | |
download | coreboot-e30042da3ec36dc1b105c5c082dc098131456b78.tar.xz |
fix comment
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1909 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/boot/acpi.c')
-rw-r--r-- | src/arch/i386/boot/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/boot/acpi.c b/src/arch/i386/boot/acpi.c index a47e98fe0c..e2e3d89471 100644 --- a/src/arch/i386/boot/acpi.c +++ b/src/arch/i386/boot/acpi.c @@ -15,7 +15,7 @@ * write_acpi_tables() * acpi_dump_apics() * - * See Solo or Epia port on more details. + * See AMD Solo, Island Aruma or Via Epia-M port for more details. */ #include <console/console.h> |