Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 fix a typo in a comment.



details:   https://anonhg.NetBSD.org/src/rev/e817fc69633f
branches:  trunk
changeset: 748622:e817fc69633f
user:      yamt <yamt%NetBSD.org@localhost>
date:      Thu Oct 29 09:50:49 2009 +0000

description:
fix a typo in a comment.

diffstat:

 sys/arch/x86/x86/vm_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9691f4c57351 -r e817fc69633f sys/arch/x86/x86/vm_machdep.c
--- a/sys/arch/x86/x86/vm_machdep.c     Thu Oct 29 08:53:31 2009 +0000
+++ b/sys/arch/x86/x86/vm_machdep.c     Thu Oct 29 09:50:49 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.3 2009/10/27 03:48:59 rmind Exp $     */
+/*     $NetBSD: vm_machdep.c,v 1.4 2009/10/29 09:50:49 yamt Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -80,7 +80,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.3 2009/10/27 03:48:59 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.4 2009/10/29 09:50:49 yamt Exp $");
 
 #include "opt_mtrr.h"
 
@@ -127,7 +127,7 @@
 /*
  * cpu_lwp_fork: finish a new LWP (l2) operation.
  *
- * First LWP (l1) is the process being forked.  If it is &lwp, then we
+ * First LWP (l1) is the process being forked.  If it is &lwp0, then we
  * are creating a kthread, where return path and argument are specified
  * with `func' and `arg'.
  *



Home | Main Index | Thread Index | Old Index