summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2017-03-07 20:48:02 +0900
committerJiri Kosina <jkosina@suse.cz>2017-03-24 15:47:57 +0100
commit0ba42a599fbf59a55c1ffedb980be3726c734433 (patch)
tree14323811b6b6723cd7aa3e63198defca98991201 /include/linux/sched.h
parent3d2e03f8172ead69e0946b764cf43cde4a4f0e3e (diff)
downloadop-kernel-dev-0ba42a599fbf59a55c1ffedb980be3726c734433.zip
op-kernel-dev-0ba42a599fbf59a55c1ffedb980be3726c734433.tar.gz
treewide: Fix typo in xml/driver-api/basics.xml
This patch fix spelling typos found in Documentation/output/xml/driver-api/basics.xml. It is because the xml file was generated from comments in source, so I had to fix the comments. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 d67eee8..5ce85e8 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -186,7 +186,7 @@ extern long io_schedule_timeout(long timeout);
extern void io_schedule(void);
/**
- * struct prev_cputime - snaphsot of system and user cputime
+ * struct prev_cputime - snapshot of system and user cputime
* @utime: time spent in user mode
* @stime: time spent in system mode
* @lock: protects the above two fields
OpenPOWER on IntegriCloud