diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index 71c4b618..33147113 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -1,6 +1,6 @@ 2009-05-06 Arnim Laeuger - * src/flash/amd.c: fix typo in S29GLxxxN + * src/flash/amd.c: fix typo in S29GLxxxN, twice 2009-05-05 Rutger Hofman diff --git a/urjtag/src/flash/amd.c b/urjtag/src/flash/amd.c index 8dce0f16..2841cc36 100644 --- a/urjtag/src/flash/amd.c +++ b/urjtag/src/flash/amd.c @@ -609,7 +609,7 @@ urj_flash_driver_t urj_flash_amd_32_flash_driver = { urj_flash_driver_t urj_flash_amd_16_flash_driver = { 2, /* buswidth */ N_("AMD/Fujitsu Standard Command Set"), - N_("supported: AMD 29LV800B, S92GLxxxN; MX29LV640B; 1x16 Bit"), + N_("supported: AMD 29LV800B, S29GLxxxN; MX29LV640B; 1x16 Bit"), amd_flash_autodetect16, amd_flash_print_info, amd_flash_erase_block, @@ -621,7 +621,7 @@ urj_flash_driver_t urj_flash_amd_16_flash_driver = { urj_flash_driver_t urj_flash_amd_8_flash_driver = { 1, /* buswidth */ N_("AMD/Fujitsu Standard Command Set"), - N_("supported: AMD 29LV160, AMD 29LV065D, AMD 29LV040B, S92GLxxxN; 1x8 Bit"), + N_("supported: AMD 29LV160, AMD 29LV065D, AMD 29LV040B, S29GLxxxN; 1x8 Bit"), amd_flash_autodetect8, amd_flash_print_info, amd_flash_erase_block,