lru_cache.h: fix comments referring to ts_ instead of lc_
authorLars Ellenberg <lars.ellenberg@linbit.com>
Mon, 21 Feb 2011 12:20:57 +0000 (13:20 +0100)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Fri, 14 Oct 2011 14:47:43 +0000 (16:47 +0200)
commit0097f0405d365eff66235f887d47fa0b62b28599
tree28bb69ccb4a47335d054450fa8812a7f8894c549
parent4738fa16907a933d72bbcae1b8922dc9330fde92
lru_cache.h: fix comments referring to ts_ instead of lc_

For some time we contemplated calling the "struct lru_cache"
a "struct tracked_set", and some comments kept the ts_ prefix.

Fix those to match the member field names.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
lib/lru_cache.c