aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_core.h
diff options
context:
space:
mode:
authorDavid Mackey <tdmackey@twitter.com>2012-04-17 14:30:52 -0400
committerJiri Kosina <jkosina@suse.cz>2012-04-30 07:28:41 -0400
commit15ed103a98008d85f20956e0e29c2cae78051efe (patch)
treea1b38541e37863a2a978dde738bf3ec6a2d4ee9c /drivers/edac/edac_core.h
parent90449e5dee4800721a352af11ae4d65d4a56ba93 (diff)
edac: Fix spelling errors.
Signed-off-by: David Mackey <tdmackey@twitter.com> Signed-off-by: Vinson Lee <vlee@twitter.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/edac/edac_core.h')
-rw-r--r--drivers/edac/edac_core.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/edac/edac_core.h b/drivers/edac/edac_core.h
index e48ab3108ad8..841bb2d7ce61 100644
--- a/drivers/edac/edac_core.h
+++ b/drivers/edac/edac_core.h
@@ -107,13 +107,13 @@ extern int edac_debug_level;
107 * 107 *
108 * CPU caches (L1 and L2) 108 * CPU caches (L1 and L2)
109 * DMA engines 109 * DMA engines
110 * Core CPU swithces 110 * Core CPU switches
111 * Fabric switch units 111 * Fabric switch units
112 * PCIe interface controllers 112 * PCIe interface controllers
113 * other EDAC/ECC type devices that can be monitored for 113 * other EDAC/ECC type devices that can be monitored for
114 * errors, etc. 114 * errors, etc.
115 * 115 *
116 * It allows for a 2 level set of hiearchry. For example: 116 * It allows for a 2 level set of hierarchy. For example:
117 * 117 *
118 * cache could be composed of L1, L2 and L3 levels of cache. 118 * cache could be composed of L1, L2 and L3 levels of cache.
119 * Each CPU core would have its own L1 cache, while sharing 119 * Each CPU core would have its own L1 cache, while sharing
@@ -460,7 +460,7 @@ extern int edac_mc_find_csrow_by_page(struct mem_ctl_info *mci,
460/* 460/*
461 * The no info errors are used when error overflows are reported. 461 * The no info errors are used when error overflows are reported.
462 * There are a limited number of error logging registers that can 462 * There are a limited number of error logging registers that can
463 * be exausted. When all registers are exhausted and an additional 463 * be exhausted. When all registers are exhausted and an additional
464 * error occurs then an error overflow register records that an 464 * error occurs then an error overflow register records that an
465 * error occurred and the type of error, but doesn't have any 465 * error occurred and the type of error, but doesn't have any
466 * further information. The ce/ue versions make for cleaner 466 * further information. The ce/ue versions make for cleaner