wait: use EXIT_TRACE only if thread_group_leader(zombie)
[sfrench/cifs-2.6.git] / kernel / signal.c
index 52f881db1ca02a4190b46174e5d7ad458c7b5c33..5d4b05a229a66ee464fd8e22a64a458c4a30ca61 100644 (file)
@@ -2382,7 +2382,7 @@ relock:
  * @regs:              user register state
  * @stepping:          nonzero if debugger single-step or block-step in use
  *
- * This function should be called when a signal has succesfully been
+ * This function should be called when a signal has successfully been
  * delivered. It updates the blocked signals accordingly (@ka->sa.sa_mask
  * is always blocked, and the signal itself is blocked unless %SA_NODEFER
  * is set in @ka->sa.sa_flags.  Tracing is notified.