]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - kernel/signal.c
treewide: Fix typo in Documentation/DocBook
[mirror_ubuntu-artful-kernel.git] / kernel / signal.c
index 940b30ee9a30fb0cfb8eabdc186c2f2a4f27e7fb..f4812283c6e999a2da829d901d475fd2599014a5 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.