# HG changeset patch # User jlarmour # Date 1227408089 0 # Node ID aee6bfaf78cd30a3628a66cf8d8b6a165e522706 # Parent abd3590efe7f764d85b7f42db2b0d549c07f60d4 * doc/flash.sgml: Fix flash.h header name typos. diff --git a/packages/io/flash/current/ChangeLog b/packages/io/flash/current/ChangeLog --- a/packages/io/flash/current/ChangeLog +++ b/packages/io/flash/current/ChangeLog @@ -1,3 +1,7 @@ +2008-11-23 Sergei Gavrikov + + * doc/flash.sgml: Fix flash.h header name typos. + 2008-11-18 Jonathan Larmour * src/flash.c (cyg_flash_init): Allow repeated calls to diff --git a/packages/io/flash/current/doc/flash.sgml b/packages/io/flash/current/doc/flash.sgml --- a/packages/io/flash/current/doc/flash.sgml +++ b/packages/io/flash/current/doc/flash.sgml @@ -110,7 +110,7 @@ FLASH IO library and the device drivers. FLASH user API All of the functions described below are declared in the header -file <cyg/io/flash.h.h> which all users of +file <cyg/io/flash.h> which all users of the FLASH library should include. @@ -400,7 +400,7 @@ FLASH io library and the device drivers. FLASH user API All of the functions described below are declared in the header -file <cyg/io/flash.h.h> which all users of +file <cyg/io/flash.h> which all users of the FLASH library should include.