Module Name:    src
Committed By:   pooka
Date:           Mon Mar 23 15:42:29 UTC 2015

Modified Files:
        src/sys/rump/librump/rumpkern: rump_lwproc.3

Log Message:
fix typo

"set curlwp to context" -> "set curlwp to implicit context"
from Martin Lucina <mar...@lucina.net>


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpkern/rump_lwproc.3

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

Modified files:

Index: src/sys/rump/librump/rumpkern/rump_lwproc.3
diff -u src/sys/rump/librump/rumpkern/rump_lwproc.3:1.1 src/sys/rump/librump/rumpkern/rump_lwproc.3:1.2
--- src/sys/rump/librump/rumpkern/rump_lwproc.3:1.1	Sun Nov  9 17:39:38 2014
+++ src/sys/rump/librump/rumpkern/rump_lwproc.3	Mon Mar 23 15:42:29 2015
@@ -1,4 +1,4 @@
-.\"     $NetBSD: rump_lwproc.3,v 1.1 2014/11/09 17:39:38 pooka Exp $
+.\"     $NetBSD: rump_lwproc.3,v 1.2 2015/03/23 15:42:29 pooka Exp $
 .\"
 .\" Copyright (c) 2010 Antti Kantee.  All rights reserved.
 .\"
@@ -118,7 +118,7 @@ sets curlwp to implicit context.
 Switching to an already running lwp, i.e. attempting to use the
 same curlwp in two host threads simultaneously causes a fatal error.
 .It Fn rump_pub_lwproc_releaselwp
-Release curlwp and set curlwp to context.
+Release curlwp and set curlwp to implicit context.
 In case curlwp was the last thread inside the current process, the
 process container is also released.
 Calling this routine without a dedicated curlwp is a fatal error.

Reply via email to