Module Name: src
Committed By: yamt
Date: Fri Apr 13 15:32:43 UTC 2012
Modified Files:
src/sys/kern: kern_lwp.c
Log Message:
comment
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/sys/kern/kern_lwp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/kern_lwp.c
diff -u src/sys/kern/kern_lwp.c:1.167 src/sys/kern/kern_lwp.c:1.168
--- src/sys/kern/kern_lwp.c:1.167 Sun Feb 19 21:06:51 2012
+++ src/sys/kern/kern_lwp.c Fri Apr 13 15:32:43 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_lwp.c,v 1.167 2012/02/19 21:06:51 rmind Exp $ */
+/* $NetBSD: kern_lwp.c,v 1.168 2012/04/13 15:32:43 yamt Exp $ */
/*-
* Copyright (c) 2001, 2006, 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -211,7 +211,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kern_lwp.c,v 1.167 2012/02/19 21:06:51 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kern_lwp.c,v 1.168 2012/04/13 15:32:43 yamt Exp $");
#include "opt_ddb.h"
#include "opt_lockdebug.h"
@@ -1236,7 +1236,7 @@ lwp_find2(pid_t pid, lwpid_t lid)
}
/*
- * Look up a live LWP within the specified process, and return it locked.
+ * Look up a live LWP within the specified process.
*
* Must be called with p->p_lock held.
*/