aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 186dd6eae958..1e590c3bd581 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -186,7 +186,7 @@ extern long io_schedule_timeout(long timeout);
186extern void io_schedule(void); 186extern void io_schedule(void);
187 187
188/** 188/**
189 * struct prev_cputime - snaphsot of system and user cputime 189 * struct prev_cputime - snapshot of system and user cputime
190 * @utime: time spent in user mode 190 * @utime: time spent in user mode
191 * @stime: time spent in system mode 191 * @stime: time spent in system mode
192 * @lock: protects the above two fields 192 * @lock: protects the above two fields