From f2b9e7130e439b18e8dc54c18bd22cfc7974c78e Mon Sep 17 00:00:00 2001 From: idgay Date: Fri, 2 May 2008 19:50:00 +0000 Subject: [PATCH] fix comment --- tos/interfaces/BlockWrite.nc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tos/interfaces/BlockWrite.nc b/tos/interfaces/BlockWrite.nc index 7463f3c0..a61e91a1 100644 --- a/tos/interfaces/BlockWrite.nc +++ b/tos/interfaces/BlockWrite.nc @@ -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 - * syncDone 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 syncDone event + * will signal completion of the operation. * * @return *
  • SUCCESS if the request was accepted, -- 2.39.2