From: klueska Date: Mon, 20 Aug 2007 06:20:46 +0000 (+0000) Subject: Formatting error X-Git-Tag: release_tinyos_2_1_0_0~795 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=7a6a6dd9626baa4bfd51e4547cea75776cc7cd6d Formatting error --- diff --git a/doc/html/tutorial/lesson15.html b/doc/html/tutorial/lesson15.html index ca97a581..caed1a9d 100644 --- a/doc/html/tutorial/lesson15.html +++ b/doc/html/tutorial/lesson15.html @@ -93,7 +93,7 @@

Currently, only a single buffer is used to store the strings supplied to calls to printf before flushing them. This means that while - the buffer is being flushed, any calls to printf will fail. + the buffer is being flushed, any calls to printf will fail. In the future, we plan to implement a doubled buffer approach so that strings can continue to be buffered at the same time they are being printed.