X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fdeluge%2FBlink%2FBlinkAppC.nc;h=1d873c40ac48ad3861704d86aeaaf95babc9bdb4;hb=efef5cad98452af53ddc4f8160dd5f75cb082e7d;hp=2189ce46059aa1a8cfd8b75eb26dbc1255c01de1;hpb=0a9838eec1a4cd86ce2928117fbb4ef0a3775147;p=tinyos-2.x.git diff --git a/apps/tests/deluge/Blink/BlinkAppC.nc b/apps/tests/deluge/Blink/BlinkAppC.nc index 2189ce46..1d873c40 100644 --- a/apps/tests/deluge/Blink/BlinkAppC.nc +++ b/apps/tests/deluge/Blink/BlinkAppC.nc @@ -28,7 +28,7 @@ */ /** - * Blink is a basic application that toggles the a mote LED periodically. + * Blink is a basic application that toggles a mote's LED periodically. * It does so by starting a Timer that fires every second. It uses the * OSKI TimerMilli service to achieve this goal. *