There is an extra 's' in 'taskstsats', remove it.

Signed-off-by: Christophe JAILLET <christophe.jail...@wanadoo.fr>
---
 kernel/taskstats.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/taskstats.c b/kernel/taskstats.c
index 13a0f2e6ebc2..30578b139d16 100644
--- a/kernel/taskstats.c
+++ b/kernel/taskstats.c
@@ -163,7 +163,7 @@ static void fill_stats(struct user_namespace *user_ns,
        memset(stats, 0, sizeof(*stats));
        /*
         * Each accounting subsystem adds calls to its functions to
-        * fill in relevant parts of struct taskstsats as follows
+        * fill in relevant parts of struct taskstats as follows
         *
         *      per-task-foo(stats, tsk);
         */
@@ -222,7 +222,7 @@ static int fill_stats_for_tgid(pid_t tgid, struct taskstats 
*stats)
                        continue;
                /*
                 * Accounting subsystem can call its functions here to
-                * fill in relevant parts of struct taskstsats as follows
+                * fill in relevant parts of struct taskstats as follows
                 *
                 *      per-task-foo(stats, tsk);
                 */
-- 
2.20.1

Reply via email to