Skip to content

Commit

Permalink
PM: sleep: fix typo in kernel/power/process.c
Browse files Browse the repository at this point in the history
Fix a typo in a comment in freeze_processes().

Signed-off-by: Jackie Zamow <jackie.zamow@gmail.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Jackie Zamow authored and Rafael J. Wysocki committed Oct 27, 2020
1 parent 3650b22 commit 4d4ce80
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 @@ -146,7 +146,7 @@ int freeze_processes(void)
BUG_ON(in_atomic());

/*
* Now that the whole userspace is frozen we need to disbale
* Now that the whole userspace is frozen we need to disable
* the OOM killer to disallow any further interference with
* killable tasks. There is no guarantee oom victims will
* ever reach a point they go away we have to wait with a timeout.
Expand Down

0 comments on commit 4d4ce80

Please sign in to comment.