| Kernel v2.4.20-pre7 /kernel/pm.c |
|---|
 2.4.20-pre7
 kernel
 pm.c
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.19/kernel/pm.c linux-2.4.20/kernel/pm.c
--- linux-2.4.19/kernel/pm.c 2002-08-03 00:39:46.000000000 +0000
+++ linux-2.4.20/kernel/pm.c 2002-09-13 02:57:16.000000000 +0000
@@ -30,7 +30,7 @@
* 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
|