From c8454a70758a307cf55044fcc55f7425c22b94ec Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 10 Sep 2014 14:03:24 +0200 Subject: Remove some lying comments. --- src/ht.erl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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) -- cgit v1.1