]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/rf230/Neighborhood.nc
Proper MSP_BSL_FLAGS for telosa and telosb based platforms using TMI modular tos...
[tinyos-2.x.git] / tos / chips / rf230 / Neighborhood.nc
index ec00392b24e17467c436158c5d5a817e647acbd1..cc4b7db4a81befc174d70bdae5046cf949a7dc3d 100644 (file)
@@ -41,7 +41,7 @@ interface Neighborhood
         * Returns the age of the given entry. The age is incremented by one
         * every time a new node is inserted into the neighborhood table that
         * is not already at the very end. If the age would get too large to
-        * fit into a byte, then it is periodically reset to a large value.
+        * fit into a byte, then it is periodically reset to a smaller value.
         */
        tasklet_async command uint8_t getAge(uint8_t index);