summaryrefslogtreecommitdiff
path: root/src/ht.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-09-10 14:03:24 +0200
committerLinus Nordberg <linus@nordberg.se>2014-09-10 14:03:24 +0200
commitc8454a70758a307cf55044fcc55f7425c22b94ec (patch)
treec2498906e0cb756a4cfc51b8e031f1d907529857 /src/ht.erl
parent8c87e99fbfab0ab26c73f42be40e8b1a3ae6a181 (diff)
Remove some lying comments.newht
Diffstat (limited to 'src/ht.erl')
-rw-r--r--src/ht.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ht.erl b/src/ht.erl
index 98b2633..5398483 100644
--- a/src/ht.erl
+++ b/src/ht.erl
@@ -24,9 +24,7 @@
%%% Data types:
%%% history_tree
%%% version (integer)
-%%% head (reference to a frozen or warm node)
-%%% frozen nodes (ets tables handled by ts)
-%%% warm nodes (ets table handled by ts)
+%%% store (tree storage handled by ts)
%%%
%%% Interface:
%%% create tree (-> tree)