Module Name:    src
Committed By:   matt
Date:           Sat Nov 14 21:49:34 UTC 2009

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: mipsX_subr.S

Log Message:
Fix comment.


To generate a diff of this commit:
cvs rdiff -u -r1.26.36.1.2.11 -r1.26.36.1.2.12 \
    src/sys/arch/mips/mips/mipsX_subr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/mips/mipsX_subr.S
diff -u src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.11 src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.12
--- src/sys/arch/mips/mips/mipsX_subr.S:1.26.36.1.2.11	Fri Nov 13 05:25:15 2009
+++ src/sys/arch/mips/mips/mipsX_subr.S	Sat Nov 14 21:49:34 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: mipsX_subr.S,v 1.26.36.1.2.11 2009/11/13 05:25:15 cliff Exp $	*/
+/*	$NetBSD: mipsX_subr.S,v 1.26.36.1.2.12 2009/11/14 21:49:34 matt Exp $	*/
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -714,7 +714,7 @@
  * Handle an exception from user mode.
  * Save user context atop the kernel stack, then call trap() to process
  * the condition.  The context can be manipulated alternatively via
- * curlwp->p_md.md_regs.
+ * curlwp->l_md.md_regs.
  */
 NESTED_NOPROFILE(MIPSX(UserGenException), CALLFRAME_SIZ, ra)
 	.set	noat

Reply via email to