]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Two very small typo fixes, just to get them out of the way.
authorcssharp <cssharp>
Wed, 20 Sep 2006 23:46:09 +0000 (23:46 +0000)
committercssharp <cssharp>
Wed, 20 Sep 2006 23:46:09 +0000 (23:46 +0000)
doc/txt/tep102.txt

index 8150c4e9668ba4438626e30cf6de3b3a6174748e..8c1c1dcc2d49958dac8728de233e556c1a04e876 100644 (file)
@@ -341,7 +341,7 @@ frequences in the same program SHOULD produce compile-time
 errors.
 
 
-A hardware timer with precision *P* and width *W* SHOULD be exposed as a
+A hardware timer with precision *P* and width *W* SHOULD be exposed as
 several components::
 
   configuration CounterPWC {
@@ -407,7 +407,7 @@ BusyWaitMicroC
   }
 
 BusyWaitMicroC allows applications to busy-wait for a number of
-microseconds. It's use should be restricted to situations where the
+microseconds. Its use should be restricted to situations where the
 delay is small and setting a timer or alarm would be impractical,
 inefficient or insufficiently precise.