]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Typo in linux_kernel_pm.c
authorJames Mayer <james@cobaltmountain.com>
Mon, 15 Jul 2002 06:06:55 +0000 (23:06 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 06:06:55 +0000 (23:06 -0700)
kernel/pm.c

index 0992b66f0d4b84d008f564082b2dee81058429f0..fe5296045ec96ae7d4d8aaec46c19b4be988e1c6 100644 (file)
@@ -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