diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-01-13 11:24:26 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2011-01-13 11:24:26 -0500 |
commit | 63d7dece3f4be8b14012b3a2bedd850831c0437b (patch) | |
tree | c27a5f165a48e49734d6a76d36184fcfdda810f6 /src/radeon_chipset_gen.h | |
parent | c5b3db18d888552328e9718ea022794fc5bde352 (diff) |
rs880 fix typo in HD 4250 string
Noticed by Nigel Taylor
Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=33057
Diffstat (limited to 'src/radeon_chipset_gen.h')
-rw-r--r-- | src/radeon_chipset_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_chipset_gen.h b/src/radeon_chipset_gen.h index 66655e22..09a957e2 100644 --- a/src/radeon_chipset_gen.h +++ b/src/radeon_chipset_gen.h @@ -377,7 +377,7 @@ static SymTabRec RADEONChipsets[] = { { PCI_CHIP_RS880_9712, "ATI Mobility Radeon HD 4200" }, { PCI_CHIP_RS880_9713, "ATI Mobility Radeon 4100" }, { PCI_CHIP_RS880_9714, "ATI Radeon HD 4290" }, - { PCI_CHIP_RS880_9715, "ATI Radeon HD 4290" }, + { PCI_CHIP_RS880_9715, "ATI Radeon HD 4250" }, { PCI_CHIP_PALM_9802, "AMD Radeon HD 6310 Graphics" }, { PCI_CHIP_PALM_9803, "AMD Radeon HD 6310 Graphics" }, { PCI_CHIP_PALM_9804, "AMD Radeon HD 6250 Graphics" }, |