From 7e9d5d6acf4656a262518576e18ffbb5c1c1db3c Mon Sep 17 00:00:00 2001 From: gnawali Date: Wed, 16 Dec 2009 23:28:49 +0000 Subject: [PATCH] fix typos --- doc/txt/tep3.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2