]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix typo in line with tests/deluge/Blink
authorvlahan <vlahan>
Mon, 26 Oct 2009 07:34:10 +0000 (07:34 +0000)
committervlahan <vlahan>
Mon, 26 Oct 2009 07:34:10 +0000 (07:34 +0000)
apps/Blink/BlinkAppC.nc

index 4f8286940a0068f3cd0966ca2dedf4b3ea757e97..e5a672c1ccee3bb4b346dc5afae713a2e0e3cf79 100644 (file)
@@ -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.
  *