]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/Blink/BlinkAppC.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / 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.
  *