]> Git Repo - linux.git/commitdiff
pid: Fix spelling in comments
authorZhen Lei <[email protected]>
Sat, 30 Jan 2016 02:04:17 +0000 (10:04 +0800)
committerIngo Molnar <[email protected]>
Sat, 30 Jan 2016 08:28:18 +0000 (09:28 +0100)
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]>
kernel/pid.c

index 78b3d9f80d443fb4fa601e41088eb2041385ab20..e793d091f68005dede3b54ff481c9904bcb42d0b 100644 (file)
@@ -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 */
This page took 0.064408 seconds and 4 git commands to generate.