Index: libcfa/src/device/cpu.hfa
===================================================================
--- libcfa/src/device/cpu.hfa	(revision 0ee224bf09a126d4b0b86ad17563bce6571dd169)
+++ libcfa/src/device/cpu.hfa	(revision 4d865ca729efe90d431f261b8f8f05af3958c212)
@@ -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;
 };
