diff options
author | Zhihui Zhang <zzhsuny@gmail.com> | 2014-09-21 03:24:36 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-09-21 09:00:02 +0200 |
commit | 9c58c79a8a76c510cd3a5012c536d4fe3c81ec3b (patch) | |
tree | f1ab38bfa70d4f9c2a7ef1008c5de9c7d5729d8f /kernel/sched/sched.h | |
parent | sched: Test the CPU's capacity in wake_affine() (diff) | |
download | linux-9c58c79a8a76c510cd3a5012c536d4fe3c81ec3b.tar.xz linux-9c58c79a8a76c510cd3a5012c536d4fe3c81ec3b.zip |
sched: Clean up some typos and grammatical errors in code/comments
Signed-off-by: Zhihui Zhang <zzhsuny@gmail.com>
Cc: peterz@infradead.org
Link: http://lkml.kernel.org/r/1411262676-19928-1-git-send-email-zzhsuny@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/sched.h')
-rw-r--r-- | kernel/sched/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index aa0f73ba3777..1bc6aad1391a 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -188,7 +188,7 @@ struct cfs_bandwidth { raw_spinlock_t lock; ktime_t period; u64 quota, runtime; - s64 hierarchal_quota; + s64 hierarchical_quota; u64 runtime_expires; int idle, timer_active; |