Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[sfrench/cifs-2.6.git] / drivers / block / drbd / drbd_nl.c
index cdd748b8116dbf42a154fc0a500a74f04580b437..5d52a2d321559ed60b04d4fd57f2523233bffa0c 100644 (file)
@@ -599,7 +599,7 @@ void conn_try_outdate_peer_async(struct drbd_connection *connection)
        struct task_struct *opa;
 
        kref_get(&connection->kref);
-       /* We may just have force_sig()'ed this thread
+       /* We may have just sent a signal to this thread
         * to get it out of some blocking network function.
         * Clear signals; otherwise kthread_run(), which internally uses
         * wait_on_completion_killable(), will mistake our pending signal