diff options
author | Marius Kintel <marius@kintel.net> | 2010-07-11 21:29:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:38 (GMT) |
commit | 75d18642ccf25ce728bb2dcaca456a31ef7ed2f6 (patch) | |
tree | f8744361b009dac21f0cfb9a385331cea9291c34 /src/nodecache.h | |
parent | 5de0ad5f494ba74e912ba6f61ce6c45e0aa9862f (diff) |
Compile fixes after working in test-code/
Diffstat (limited to 'src/nodecache.h')
-rw-r--r-- | src/nodecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodecache.h b/src/nodecache.h index ca0bd6c..cc3355e 100644 --- a/src/nodecache.h +++ b/src/nodecache.h @@ -6,7 +6,7 @@ #include "node.h" /*! - Caches values per node based on the node.index(). + Caches string values per node based on the node.index(). The node index guaranteed to be unique per node tree since the index is reset every time a new tree is generated. */ |