From: vlahan Date: Mon, 26 Oct 2009 07:34:10 +0000 (+0000) Subject: Fix typo in line with tests/deluge/Blink X-Git-Tag: rc_6_tinyos_2_1_1~185 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=86e388e39176edeb10847fba052ed48c86dcefcd Fix typo in line with tests/deluge/Blink --- diff --git a/apps/Blink/BlinkAppC.nc b/apps/Blink/BlinkAppC.nc index 4f828694..e5a672c1 100644 --- a/apps/Blink/BlinkAppC.nc +++ b/apps/Blink/BlinkAppC.nc @@ -30,7 +30,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. *