diff options
| author | James Mayer <james@cobaltmountain.com> | 2002-07-14 23:06:55 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-07-14 23:06:55 -0700 |
| commit | 8baa9905d1663db7a8b182358927462ac116325c (patch) | |
| tree | 4d4c7864e39ec354fc4460a767a442c07007fbef /kernel/pm.c | |
| parent | d9c74f891a9b063d560acfbda70a9008d984e3cf (diff) | |
[PATCH] Typo in linux_kernel_pm.c
Diffstat (limited to 'kernel/pm.c')
| -rw-r--r-- | kernel/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/pm.c b/kernel/pm.c index 0992b66f0d4b..fe5296045ec9 100644 --- a/kernel/pm.c +++ b/kernel/pm.c @@ -31,7 +31,7 @@ int pm_active; * Locking notes: * pm_devs_lock can be a semaphore providing pm ops are not called * from an interrupt handler (already a bad idea so no change here). Each - * change must be protected so that an unlink of an entry doesnt clash + * change must be protected so that an unlink of an entry doesn't clash * with a pm send - which is permitted to sleep in the current architecture * * Module unloads clashing with pm events now work out safely, the module |
