Index: libcfa/src/device/cpu.hfa
===================================================================
--- libcfa/src/device/cpu.hfa	(revision cf85f96e20bb883330a745c3e349efa48f6756e8)
+++ libcfa/src/device/cpu.hfa	(revision ef94ae7a9002590fa21cae730af5d99e56d616c0)
@@ -23,5 +23,8 @@
 
 struct cpu_info_t {
+	 // array of size [hthrd_count]
 	const cpu_map_entry_t * llc_map;
+
+	 // Number of _hardware_ threads present in the system
 	size_t hthrd_count;
 };
