From 250b7d7e04bb502306edb8ffe0b2ac41a37fefc4 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 9 May 2013 13:51:25 -0700 Subject: [PATCH] Correct task_utime_tid's docstring --- tapset/linux/task_time.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.43.5