Index: libcfa/src/device/cpu.hfa
===================================================================
--- libcfa/src/device/cpu.hfa	(revision cf85f96e20bb883330a745c3e349efa48f6756e8)
+++ libcfa/src/device/cpu.hfa	(revision 953827abfbb0f0ef12872840f84ea27ff7bc6a22)
@@ -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;
 };
