[freenet-cvs] r14958 - trunk/freenet/src/freenet/support/CPUInformation

nextgens at freenetproject.org nextgens at freenetproject.org
Tue Sep 4 09:26:22 UTC 2007


Author: nextgens
Date: 2007-09-04 09:26:22 +0000 (Tue, 04 Sep 2007)
New Revision: 14958

Modified:
   trunk/freenet/src/freenet/support/CPUInformation/CPUID.java
Log:
doh

Modified: trunk/freenet/src/freenet/support/CPUInformation/CPUID.java
===================================================================
--- trunk/freenet/src/freenet/support/CPUInformation/CPUID.java	2007-09-04 09:21:51 UTC (rev 14957)
+++ trunk/freenet/src/freenet/support/CPUInformation/CPUID.java	2007-09-04 09:26:22 UTC (rev 14958)
@@ -234,8 +234,8 @@
 				}
 			}
 			if(getCPUFamily() == 15){ // Must check Extended Family
-				if(getCPUExtendedFamily() == 0){ AMD K8
-					// Tgis just tells us socket type and chip die technology
+				if(getCPUExtendedFamily() == 0){ // AMD K8
+					// This just tells us socket type and chip die technology
 					// see BrandID both the ID and NN portions
 					// If you need to determine a specific chip brand
 					switch(getCPUModel()){




More information about the cvs mailing list