diff mbox

[1/1] pid: Fix spelling in comments

Message ID 1454119457-11272-1-git-send-email-thunder.leizhen@huawei.com
State Accepted
Commit 840d6fe7425ffb6a62d53b2759e01ae6daf90e4e
Headers show

Commit Message

Zhen Lei Jan. 30, 2016, 2:04 a.m. UTC
Accidentally discovered when I study this module.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>

---
 kernel/pid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.5.0
diff mbox

Patch

diff --git a/kernel/pid.c b/kernel/pid.c
index f4ad91b..7efa5c9 100644
--- a/kernel/pid.c
+++ b/kernel/pid.c
@@ -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 */