]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fix comment
authoridgay <idgay>
Fri, 2 May 2008 19:50:00 +0000 (19:50 +0000)
committeridgay <idgay>
Fri, 2 May 2008 19:50:00 +0000 (19:50 +0000)
tos/interfaces/BlockWrite.nc

index 7463f3c0f2741dfb96c88d9ecb74cbb01a3706b8..a61e91a1213232df543f4e95916e98f3ca14709e 100644 (file)
@@ -91,11 +91,10 @@ interface BlockWrite {
   event void eraseDone(error_t error);
 
   /**
-   * 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.
+   * 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 
    *   <li>SUCCESS if the request was accepted,