Author: oxygene
Date: 2009-04-22 10:07:31 +0200 (Wed, 22 Apr 2009)
New Revision: 4164

Modified:
   trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c
Log:
Trivial removal of a freudian slip.

Signed-off-by: Patrick Georgi <[email protected]>
Acked-by: Patrick Georgi <[email protected]>


Modified: trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c
===================================================================
--- trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c      
2009-04-22 07:23:00 UTC (rev 4163)
+++ trunk/coreboot-v2/src/cpu/intel/hyperthreading/intel_sibling.c      
2009-04-22 08:07:31 UTC (rev 4164)
@@ -20,7 +20,7 @@
                get_option(&disable_siblings, "hyper_threading");
        }
        result = cpuid(1);
-       /* Is hypethreading supported */
+       /* Is hyperthreading supported */
        if (!(result.edx & (1 << 28))) {
                return;
        }


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to