diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-04-22 08:07:31 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-04-22 08:07:31 +0000 |
commit | 6af0cb6efc64bcf694056fee1e31b0f4631661aa (patch) | |
tree | ad0f1f6aec8fec064dd517b4677ead73093daee9 | |
parent | b5ab323a4036d86654c562b957d12f4dd4789bde (diff) |
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
-rw-r--r-- | src/cpu/intel/hyperthreading/intel_sibling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/hyperthreading/intel_sibling.c b/src/cpu/intel/hyperthreading/intel_sibling.c index 35f509e195..52700fb4d2 100644 --- a/src/cpu/intel/hyperthreading/intel_sibling.c +++ b/src/cpu/intel/hyperthreading/intel_sibling.c @@ -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; } |