diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:13:40 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:13:40 -0500 |
commit | d48140e3cdd9da2ccce2251bedf5bbb3f16344f7 (patch) | |
tree | 12656f01e294b99d7a09d6a5d19eed0387a483c7 /drivers/firmware/edd.c | |
parent | 6f042b50e0ef8f2d3575a84c7db454449cf54e34 (diff) |
drivers/firmware/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/firmware/edd.c')
-rw-r--r-- | drivers/firmware/edd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/edd.c b/drivers/firmware/edd.c index d168223db159..744011989044 100644 --- a/drivers/firmware/edd.c +++ b/drivers/firmware/edd.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * | 11 | * |
12 | * This code takes information provided by BIOS EDD calls | 12 | * This code takes information provided by BIOS EDD calls |
13 | * fn41 - Check Extensions Present and | 13 | * fn41 - Check Extensions Present and |
14 | * fn48 - Get Device Parametes with EDD extensions | 14 | * fn48 - Get Device Parameters with EDD extensions |
15 | * made in setup.S, copied to safe structures in setup.c, | 15 | * made in setup.S, copied to safe structures in setup.c, |
16 | * and presents it in sysfs. | 16 | * and presents it in sysfs. |
17 | * | 17 | * |