]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Formatting error
authorklueska <klueska>
Mon, 20 Aug 2007 06:28:26 +0000 (06:28 +0000)
committerklueska <klueska>
Mon, 20 Aug 2007 06:28:26 +0000 (06:28 +0000)
doc/html/tutorial/lesson15.html

index caed1a9d11378c7f9f696b7a839c2060866ac97d..08e6384d30b9711726e52ce6f9ddde343586c3fc 100644 (file)
@@ -282,9 +282,9 @@ event void PrintfFlush.flushDone(error_t error) {
 }</pre>
     <p>
     Notice that the last line of output is cut short before being fully printed.
-    If you actually read the line printed above it can see why.  The buffer
-    used to store TinyOS <code>printf</code> messages befor ethey are flushed
-    is limited to a total of 250 bytes.  If you try and print more characters then
+    If you actually read the line printed above it you can see why.  The buffer
+    used to store TinyOS <code>printf</code> messages beforthey are flushed
+    is limited to a total of 250 bytes.  If you try and print more characters than
     this before flushing, then only the first 250 characters will actually be printed.
     As of now, this buffer size is fixed and can't be changed.  In the future we
     hope to allow developers to specify custom buffer sizes at the time that