]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - doc/txt/tep118.txt
Updated behavior and comments
[tinyos-2.x.git] / doc / txt / tep118.txt
index 5b5ca8a5ba1e52b21923a9448b5aeaa630d1c461..48ab4e4cb1424824ce12e136cb85f369b60b78b0 100644 (file)
@@ -113,7 +113,7 @@ which has the following signature::
     provides interface DisseminationUpdate <t>;
   }
 
-The t argument MUST be able to fit in a single message_t[1_]  after
+The t argument MUST be able to fit in a single message_t [TEP111] after
 considering the headers that the dissemination protocol introduces.
 A dissemination implementation SHOULD have a compile error if a larger
 type than this is used.