]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/MessageBufferLayerP.nc
Proper MSP_BSL_FLAGS for telosa and telosb based platforms using TMI modular tos...
[tinyos-2.x.git] / tos / chips / rf230 / MessageBufferLayerP.nc
index 091b6cdc6c888ceafcded1bbbcbe5ac9b4032f51..738835b0f35131d2d148350ba24106bfea6d2926 100644 (file)
@@ -104,7 +104,7 @@ implementation
                
                s = state;
 
-               // change the state before so we can be reentered rom the event
+               // change the state before so we can be reentered from the event
                if( s == STATE_TURN_ON || s == STATE_TURN_OFF )
                        state = STATE_READY;
 
@@ -258,7 +258,7 @@ implementation
        {
                bool notFull;
 
-               // this prevents undelivered messages to be acknowledged
+               // this prevents undeliverable messages to be acknowledged
                atomic notFull = receiveQueueSize < RECEIVE_QUEUE_SIZE;
 
                return notFull;