Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/include Fix typo



details:   https://anonhg.NetBSD.org/src/rev/c19d547c6b19
branches:  trunk
changeset: 771982:c19d547c6b19
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Mon Dec 12 15:04:51 2011 +0000

description:
Fix typo

diffstat:

 sys/arch/usermode/include/pcb.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3b9e0ae95cb2 -r c19d547c6b19 sys/arch/usermode/include/pcb.h
--- a/sys/arch/usermode/include/pcb.h   Mon Dec 12 13:14:23 2011 +0000
+++ b/sys/arch/usermode/include/pcb.h   Mon Dec 12 15:04:51 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcb.h,v 1.13 2011/11/27 21:38:17 reinoud Exp $ */
+/* $NetBSD: pcb.h,v 1.14 2011/12/12 15:04:51 reinoud Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -42,7 +42,7 @@
 struct pcb {
        ucontext_t       pcb_ucp;               /* lwp switchframe */
        ucontext_t       pcb_syscall_ucp;       /* syscall context */
-       ucontext_t       pcb_userret_ucp;       /* reutn to userland context */
+       ucontext_t       pcb_userret_ucp;       /* return to userland context */
        ucontext_t       pcb_pagefault_ucp;     /* pagefault context */
        ucontext_t       pcb_trapret_ucp;
 



Home | Main Index | Thread Index | Old Index