diff options
author | David Sterba <dsterba@suse.cz> | 2010-12-27 16:51:15 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-12-28 01:20:51 +0100 |
commit | e7bf068aa3208d73e9dea817f6d975071ddd4336 (patch) | |
tree | 31cb8b8732da9aad13e66fa2f1ab7c2d4d42a491 /drivers/edac | |
parent | 23a0790af27b08daddf1334388c48d0d4ccf2374 (diff) | |
download | linux-3.10-e7bf068aa3208d73e9dea817f6d975071ddd4336.tar.gz linux-3.10-e7bf068aa3208d73e9dea817f6d975071ddd4336.tar.bz2 linux-3.10-e7bf068aa3208d73e9dea817f6d975071ddd4336.zip |
i7core_edac: fix typos in comments
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/edac')
-rw-r--r-- | drivers/edac/i7core_edac.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c index 362861c1577..81154ab296b 100644 --- a/drivers/edac/i7core_edac.c +++ b/drivers/edac/i7core_edac.c @@ -1,6 +1,6 @@ /* Intel i7 core/Nehalem Memory Controller kernel module * - * This driver supports yhe memory controllers found on the Intel + * This driver supports the memory controllers found on the Intel * processor families i7core, i7core 7xx/8xx, i5core, Xeon 35xx, * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield * and Westmere-EP. @@ -1271,7 +1271,7 @@ static void __init i7core_xeon_pci_fixup(const struct pci_id_table *table) int i; /* - * On Xeon 55xx, the Intel Quckpath Arch Generic Non-core pci buses + * On Xeon 55xx, the Intel Quick Path Arch Generic Non-core pci buses * aren't announced by acpi. So, we need to use a legacy scan probing * to detect them */ @@ -1864,7 +1864,7 @@ static int i7core_mce_check_error(void *priv, struct mce *mce) if (mce->mcgstatus & 1) i7core_check_error(mci); - /* Advice mcelog that the error were handled */ + /* Advise mcelog that the errors were handled */ return 1; } |