diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-21 15:00:21 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-21 15:00:21 -0500 |
commit | 69a2124e9a081518297951256eb5c8d72d93361f (patch) | |
tree | a9c40c44629adcbee33aba69186a3c5b31cc4c71 /modules/devices/x86/processor.c | |
parent | d1e18216836396a7791db7993287d21611faf69d (diff) |
New upstream version 0.5.1+git20170620
Diffstat (limited to 'modules/devices/x86/processor.c')
-rw-r--r-- | modules/devices/x86/processor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices/x86/processor.c b/modules/devices/x86/processor.c index 7935a83d..25dc6c4a 100644 --- a/modules/devices/x86/processor.c +++ b/modules/devices/x86/processor.c @@ -369,7 +369,7 @@ static struct { { "tsc", "Time Stamp Counter and RDTSC instruction" }, { "msr", "Model Specific Registers" }, { "pae", "Physical Address Extensions" }, - { "mce", "Machine Check Architeture" }, + { "mce", "Machine Check Architecture" }, { "cx8", "CMPXCHG8 instruction" }, { "apic", "Advanced Programmable Interrupt Controller" }, { "sep", "Fast System Call (SYSENTER/SYSEXIT)" }, |