diff options
author | Masanari Iida <standby24x7@gmail.com> | 2017-03-07 14:48:02 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-03-24 17:47:57 +0300 |
commit | 0ba42a599fbf59a55c1ffedb980be3726c734433 (patch) | |
tree | 14323811b6b6723cd7aa3e63198defca98991201 /kernel/sched | |
parent | 3d2e03f8172ead69e0946b764cf43cde4a4f0e3e (diff) | |
download | linux-0ba42a599fbf59a55c1ffedb980be3726c734433.tar.xz |
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 'kernel/sched')
-rw-r--r-- | kernel/sched/fair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index dea138964b91..3ae75f5a69fc 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -7597,7 +7597,7 @@ next_group: /** * check_asym_packing - Check to see if the group is packed into the - * sched doman. + * sched domain. * * This is primarily intended to used at the sibling level. Some * cores like POWER7 prefer to use lower numbered SMT threads. In the |