Skip to content

Commit

Permalink
PM / Freezer: Fix small typo "regrigerator"
Browse files Browse the repository at this point in the history
Noticed when digging into a suspend issue in linux-next (next-20120821).

For more details see <http://marc.info/?t=134554708000002&r=1&w=2>.

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
  • Loading branch information
Sedat Dilek authored and Rafael J. Wysocki committed Aug 23, 2012
1 parent a938da0 commit 5834ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static int try_to_freeze_tasks(bool user_only)

/*
* We need to retry, but first give the freezing tasks some
* time to enter the regrigerator.
* time to enter the refrigerator.
*/
msleep(10);
}
Expand Down

0 comments on commit 5834ec3

Please sign in to comment.