diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2016-01-29 21:04:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-01-30 03:28:18 -0500 |
commit | 840d6fe7425ffb6a62d53b2759e01ae6daf90e4e (patch) | |
tree | eee4114ddc1d253c1cab1934c7d75b58adb4babf | |
parent | 1dff76b92f69051e579bdc131e01500da9fa2a91 (diff) |
pid: Fix spelling in comments
Accidentally discovered this typo when I studied this module.
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Cc: Hanjun Guo <guohanjun@huawei.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tianhong Ding <dingtianhong@huawei.com>
Cc: Xinwei Hu <huxinwei@huawei.com>
Cc: Zefan Li <lizefan@huawei.com>
Link: http://lkml.kernel.org/r/1454119457-11272-1-git-send-email-thunder.leizhen@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | kernel/pid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/pid.c b/kernel/pid.c index 78b3d9f80d44..e793d091f680 100644 --- a/kernel/pid.c +++ b/kernel/pid.c | |||
@@ -588,7 +588,7 @@ void __init pidhash_init(void) | |||
588 | 588 | ||
589 | void __init pidmap_init(void) | 589 | void __init pidmap_init(void) |
590 | { | 590 | { |
591 | /* Veryify no one has done anything silly */ | 591 | /* Verify no one has done anything silly: */ |
592 | BUILD_BUG_ON(PID_MAX_LIMIT >= PIDNS_HASH_ADDING); | 592 | BUILD_BUG_ON(PID_MAX_LIMIT >= PIDNS_HASH_ADDING); |
593 | 593 | ||
594 | /* bump default and minimum pid_max based on number of cpus */ | 594 | /* bump default and minimum pid_max based on number of cpus */ |