]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/ThreadStress/README
Fix some typos.
[tinyos-2.x.git] / apps / tosthreads / capps / ThreadStress / README
index 914818a4dc9320b8c31f7f6b543f284d9dca41a5..ce519719be260380bb2293f629a7d18452468c0b 100644 (file)
@@ -10,14 +10,14 @@ completion.  Three different thread start functions are used, each toggling one
 of LED0, LED1, and LED2 every 256 spawnings. The time at which each LED is
 toggled is offset so that the three LEDS do not come on in unison.
 
-You can install ThreadStress on a mote via the following comand:
+You can install ThreadStress on a mote via the following command:
   make <platform> cthreads install
   
 Valid platforms are currently: tmote, telosb, iris, mica2, and micaz 
 
 Successful running of this application will result in all three leds flashing at
 a rate determined by how long it takes to spawn a thread on a given platform. 
-All three LEDs should flash at this rate in an infite loop forever.  Given the
+All three LEDs should flash at this rate in an infinite loop forever.  Given the
 dynamics on the mote the rate may vary over time, but the important thing is
 that all three LEDs continue to toggle at a reasonably visible rate.