Trivial removal of a freudian slip.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4164 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi
2009-04-22 08:07:31 +00:00
parent b5ab323a40
commit 6af0cb6efc

View File

@ -20,7 +20,7 @@ void intel_sibling_init(device_t cpu)
get_option(&disable_siblings, "hyper_threading");
}
result = cpuid(1);
/* Is hypethreading supported */
/* Is hyperthreading supported */
if (!(result.edx & (1 << 28))) {
return;
}