From: Josh Stone Date: Thu, 9 May 2013 20:51:25 +0000 (-0700) Subject: Correct task_utime_tid's docstring X-Git-Tag: release-2.2~23 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=250b7d7e04bb502306edb8ffe0b2ac41a37fefc4;p=systemtap.git Correct task_utime_tid's docstring --- diff --git a/tapset/linux/task_time.stp b/tapset/linux/task_time.stp index 0987c71bc..c581ad02a 100644 --- a/tapset/linux/task_time.stp +++ b/tapset/linux/task_time.stp @@ -41,7 +41,7 @@ function task_utime:long () %} /** - * sfunction task_utime - User time of the given task + * sfunction task_utime_tid - User time of the given task * * @tid: Thread id of the given task *