diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2011-03-17 17:18:22 -0300 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-03-28 06:46:10 -0400 |
commit | c8440336fe376036e473554c30f7266987961734 (patch) | |
tree | 143731b9cc7961d8eacd314b217bf09dce2dd58c /drivers/platform/x86/intel_rar_register.c | |
parent | cae157026491d2e9a789b876a367dee7b17235cb (diff) |
platform-drivers: x86: fix common misspellings
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/intel_rar_register.c')
-rw-r--r-- | drivers/platform/x86/intel_rar_register.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_rar_register.c b/drivers/platform/x86/intel_rar_register.c index 2b11a33325e..bde47e9080c 100644 --- a/drivers/platform/x86/intel_rar_register.c +++ b/drivers/platform/x86/intel_rar_register.c @@ -485,7 +485,7 @@ EXPORT_SYMBOL(rar_lock); * * The register_rar function is to used by other device drivers * to ensure that this driver is ready. As we cannot be sure of - * the compile/execute order of drivers in ther kernel, it is + * the compile/execute order of drivers in the kernel, it is * best to give this driver a callback function to call when * it is ready to give out addresses. The callback function * would have those steps that continue the initialization of |