Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpkern fix typo
details: https://anonhg.NetBSD.org/src/rev/065bc7071988
branches: trunk
changeset: 336856:065bc7071988
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Mar 23 15:42:29 2015 +0000
description:
fix typo
"set curlwp to context" -> "set curlwp to implicit context"
from Martin Lucina <martin%lucina.net@localhost>
diffstat:
sys/rump/librump/rumpkern/rump_lwproc.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7d541edd4e40 -r 065bc7071988 sys/rump/librump/rumpkern/rump_lwproc.3
--- a/sys/rump/librump/rumpkern/rump_lwproc.3 Mon Mar 23 13:40:34 2015 +0000
+++ b/sys/rump/librump/rumpkern/rump_lwproc.3 Mon Mar 23 15:42:29 2015 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index