aboutsummaryrefslogtreecommitdiffstats
path: root/k8.c
diff options
context:
space:
mode:
authorAndrey Rahmatullin <wrar@debian.org>2016-03-27 10:52:50 -0700
committerAndi Kleen <ak@linux.intel.com>2016-03-27 10:53:50 -0700
commit8a56ca9c75a1d23abbda73751d11d1e0671e792c (patch)
tree44be367a7c8e44697751526b1bc9a85772253357 /k8.c
parente1a2470d630f66e20db69a381beee38c3ce29df3 (diff)
downloadmcelog-8a56ca9c75a1d23abbda73751d11d1e0671e792c.tar.gz
Fix spelling errors.v135
Found by Debian Lintian Signed-off-by: Andi Kleen <ak@linux.intel.com>
Diffstat (limited to 'k8.c')
-rw-r--r--k8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8.c b/k8.c
index c99cf7f..16d44c5 100644
--- a/k8.c
+++ b/k8.c
@@ -89,7 +89,7 @@ static char *highbits[32] = {
[0] = "err cpu0",
};
static char *k8threshold[] = {
- [0 ... K8_MCELOG_THRESHOLD_DRAM_ECC - 1] = "Unknow threshold counter",
+ [0 ... K8_MCELOG_THRESHOLD_DRAM_ECC - 1] = "Unknown threshold counter",
[K8_MCELOG_THRESHOLD_DRAM_ECC] = "MC4_MISC0 DRAM threshold",
[K8_MCELOG_THRESHOLD_LINK] = "MC4_MISC1 Link threshold",
[K8_MCELOG_THRESHOLD_L3_CACHE] = "MC4_MISC2 L3 Cache threshold",