[Tinyos-2-commits] CVS: tinyos-2.x/tos/interfaces BlockWrite.nc, 1.4, 1.5

David Gay idgay at users.sourceforge.net
Fri May 2 12:50:03 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7116

Modified Files:
	BlockWrite.nc 
Log Message:
fix comment

Index: BlockWrite.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/interfaces/BlockWrite.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BlockWrite.nc	12 Dec 2006 18:23:14 -0000	1.4
--- BlockWrite.nc	2 May 2008 19:50:00 -0000	1.5
***************
*** 92,100 ****
  
    /**
!    * Initiate a sync operation and finialize any additional writes to
!    * the volume. A sync operation must be issued to ensure that data is
!    * stored in non-volatile storage. On SUCCES, the
!    * <code>syncDone</code> event will signal completion of the
!    * operation.
     *
     * @return 
--- 92,99 ----
  
    /**
!    * Initiate a sync operation to finalize writes to the volume. A
!    * sync operation must be issued to ensure that data is stored in
!    * non-volatile storage. On SUCCES, the <code>syncDone</code> event
!    * will signal completion of the operation.
     *
     * @return 



More information about the Tinyos-2-commits mailing list