Skip to content

Commit

Permalink
pid: Fix spelling in comments
Browse files Browse the repository at this point in the history
Accidentally discovered this typo when I studied this module.

Signed-off-by: Zhen Lei <[email protected]>
Cc: Hanjun Guo <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Tianhong Ding <[email protected]>
Cc: Xinwei Hu <[email protected]>
Cc: Zefan Li <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
Zhen Lei authored and Ingo Molnar committed Jan 30, 2016
1 parent 1dff76b commit 840d6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/pid.c
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ void __init pidhash_init(void)

void __init pidmap_init(void)
{
/* Veryify no one has done anything silly */
/* Verify no one has done anything silly: */
BUILD_BUG_ON(PID_MAX_LIMIT >= PIDNS_HASH_ADDING);

/* bump default and minimum pid_max based on number of cpus */
Expand Down

0 comments on commit 840d6fe

Please sign in to comment.