Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1322230

[PATCH 1/1] pid: Fix spelling in comments

From Zhen Lei <thunder.leizhen@huawei.com>
Newsgroups linux.kernel
Subject [PATCH 1/1] pid: Fix spelling in comments
Date 2016-01-30 03:10 +0100
Message-ID <qWt98-3WT-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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(-)

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 */
--
2.5.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/1] pid: Fix spelling in comments Zhen Lei <thunder.leizhen@huawei.com> - 2016-01-30 03:10 +0100
  [tip:sched/urgent] pid: Fix spelling in comments tip-bot for Zhen Lei <tipbot@zytor.com> - 2016-01-30 10:30 +0100

csiph-web