summaryrefslogtreecommitdiff
path: root/kernel/power
diff options
context:
space:
mode:
authorNick Andrew <nick@nick-andrew.net>2009-01-26 11:06:57 +0100
committerJiri Kosina <jkosina@suse.cz>2009-03-30 15:21:59 +0200
commit877d03105d04b2c13e241130277fa69c8d2564f0 (patch)
tree79234721145f9dab3e0970027ed0b9b9f8929725 /kernel/power
parentcaa790ba6cb88dccfab356960d93e2f4e0bd8704 (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 'kernel/power')
-rw-r--r--kernel/power/disk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/power/disk.c b/kernel/power/disk.c
index 4a4a206b197..9d1c1a0de35 100644
--- a/kernel/power/disk.c
+++ b/kernel/power/disk.c
@@ -265,7 +265,7 @@ static int create_image(int platform_mode)
* hibernation_snapshot - quiesce devices and create the hibernation
* snapshot image.
* @platform_mode - if set, use the platform driver, if available, to
- * prepare the platform frimware for the power transition.
+ * prepare the platform firmware for the power transition.
*
* Must be called with pm_mutex held
*/
@@ -378,7 +378,7 @@ static int resume_target_kernel(void)
* hibernation_restore - quiesce devices and restore the hibernation
* snapshot image. If successful, control returns in hibernation_snaphot()
* @platform_mode - if set, use the platform driver, if available, to
- * prepare the platform frimware for the transition.
+ * prepare the platform firmware for the transition.
*
* Must be called with pm_mutex held
*/