diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 17:12:34 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 17:12:34 +0200 |
commit | 6f042b50e0ef8f2d3575a84c7db454449cf54e34 (patch) | |
tree | 6fcfe3b54a54fd8567613b5f9bbd7938a1e53289 /drivers/edac/i5000_edac.c | |
parent | 8dfba4d71b77bca83a6f9943fc8e53439310cffd (diff) | |
download | linux-3.10-6f042b50e0ef8f2d3575a84c7db454449cf54e34.tar.gz linux-3.10-6f042b50e0ef8f2d3575a84c7db454449cf54e34.tar.bz2 linux-3.10-6f042b50e0ef8f2d3575a84c7db454449cf54e34.zip |
drivers/edac/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/edac/i5000_edac.c')
-rw-r--r-- | drivers/edac/i5000_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i5000_edac.c b/drivers/edac/i5000_edac.c index a1f24c42d5f..5a852017c17 100644 --- a/drivers/edac/i5000_edac.c +++ b/drivers/edac/i5000_edac.c @@ -351,7 +351,7 @@ struct i5000_pvt { u16 b1_ambpresent0; /* Branch 1, Channel 8 */ u16 b1_ambpresent1; /* Branch 1, Channel 1 */ - /* DIMM infomation matrix, allocating architecture maximums */ + /* DIMM information matrix, allocating architecture maximums */ struct i5000_dimm_info dimm_info[MAX_CSROWS][MAX_CHANNELS]; /* Actual values for this controller */ |