Commit f2b112ee authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] s/tkill/tgkill/ in /** documentation */

From: bert hubert <ahu@ds9a.nl>

Documentation is in fact for tgkill and not for tkill
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d583d3de
...@@ -2175,7 +2175,7 @@ sys_kill(int pid, int sig) ...@@ -2175,7 +2175,7 @@ sys_kill(int pid, int sig)
} }
/** /**
* sys_tkill - send signal to one specific thread * sys_tgkill - send signal to one specific thread
* @tgid: the thread group ID of the thread * @tgid: the thread group ID of the thread
* @pid: the PID of the thread * @pid: the PID of the thread
* @sig: signal to be sent * @sig: signal to be sent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment