Mercurial > ecos
changeset 3068:6563d2d59cf2
* doc/flash.sgml: Fix block_info field name. Issue reported by Keith
Smith. [ Bugzilla 1001431 ]
| author | jld |
|---|---|
| date | Wed, 21 Dec 2011 19:18:07 +0000 |
| parents | 31e709d67a8c |
| children | f782e74a7b6b |
| files | packages/io/flash/current/ChangeLog packages/io/flash/current/doc/flash.sgml |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/flash/current/ChangeLog +++ b/packages/io/flash/current/ChangeLog @@ -1,3 +1,8 @@ +2011-12-21 John Dallaway <john@dallaway.org.uk> + + * doc/flash.sgml: Fix block_info field name. Issue reported by Keith + Smith. [ Bugzilla 1001431 ] + 2011-05-13 John Dallaway <john@dallaway.org.uk> * doc/flash.sgml: Fix cyg_flash_get_into_addr() function name. Issue
--- a/packages/io/flash/current/doc/flash.sgml +++ b/packages/io/flash/current/doc/flash.sgml @@ -154,7 +154,7 @@ typedef struct { cyg_flashaddr_t start; // First address cyg_flashaddr_t end; // Last address cyg_uint32 num_block_infos;// Number of entries - const cyg_flash_block_info_t *blocks_info; // Info about one block size + const cyg_flash_block_info_t *block_info; // Info about one block size } cyg_flash_info_t; </PROGRAMLISTING>
