diff options
author | Nick Andrew <nick@nick-andrew.net> | 2009-01-26 05:06:57 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:21:59 -0400 |
commit | 877d03105d04b2c13e241130277fa69c8d2564f0 (patch) | |
tree | 79234721145f9dab3e0970027ed0b9b9f8929725 /drivers/platform | |
parent | caa790ba6cb88dccfab356960d93e2f4e0bd8704 (diff) |
trivial: Fix misspelling of firmware
Fix misspelling of firmware.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/thinkpad_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index d2433204a40c..814cb6520673 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c | |||
@@ -5811,7 +5811,7 @@ static struct ibm_struct volume_driver_data = { | |||
5811 | * ThinkPads from this same time period (and earlier) probably lack the | 5811 | * ThinkPads from this same time period (and earlier) probably lack the |
5812 | * tachometer as well. | 5812 | * tachometer as well. |
5813 | * | 5813 | * |
5814 | * Unfortunately a lot of ThinkPads with new-style ECs but whose firwmare | 5814 | * Unfortunately a lot of ThinkPads with new-style ECs but whose firmware |
5815 | * was never fixed by IBM to report the EC firmware version string | 5815 | * was never fixed by IBM to report the EC firmware version string |
5816 | * probably support the tachometer (like the early X models), so | 5816 | * probably support the tachometer (like the early X models), so |
5817 | * detecting it is quite hard. We need more data to know for sure. | 5817 | * detecting it is quite hard. We need more data to know for sure. |