diff options
| -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 |
