From: gnawali Date: Wed, 16 Dec 2009 23:28:49 +0000 (+0000) Subject: fix typos X-Git-Tag: rc_6_tinyos_2_1_1~94 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=7e9d5d6acf4656a262518576e18ffbb5c1c1db3c;p=tinyos-2.x.git fix typos --- diff --git a/doc/txt/tep3.txt b/doc/txt/tep3.txt index 818aa36c..6a3d0cc6 100644 --- a/doc/txt/tep3.txt +++ b/doc/txt/tep3.txt @@ -101,7 +101,7 @@ Directory structure chip-independent. - `tos/chips/`. Contains code specific to particular chips and to chips on particular platforms. - - `tos/libs/`. Contains interfaces and components which extend the + - `tos/lib/`. Contains interfaces and components which extend the usefulness of TinyOS but which are not viewed as essential to its operation. Libraries will likely contain subdirectories. - `apps/`, `apps/demos`, `apps/tests`, `apps/tutorials`. Contain @@ -110,7 +110,7 @@ Directory structure - It is not necessary that packages other than the core break up their components and their interfaces. The core should allow overrides of components fairly easily however. - - Each directory should have a README describing its purpose. + - Each directory should have a README.txt describing its purpose. Language Conventions